From ab0d9756f15061ee48c9bfe6852687edb78c37b6 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sat, 4 Mar 2017 18:05:51 +0100 Subject: [PATCH] nrf5/bluetooth: Updating header guard in bluetooth_conf.h to reflect new filename. --- nrf5/bluetooth/bluetooth_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nrf5/bluetooth/bluetooth_conf.h b/nrf5/bluetooth/bluetooth_conf.h index beac291931..2e34c35106 100644 --- a/nrf5/bluetooth/bluetooth_conf.h +++ b/nrf5/bluetooth/bluetooth_conf.h @@ -1,5 +1,5 @@ -#ifndef NRF_SDK_CONF_H__ -#define NRF_SDK_CONF_H__ +#ifndef BLUETOOTH_CONF_H__ +#define BLUETOOTH_CONF_H__ // SD specific configurations.