From aaaee7e422dbe2a7e3c624abb126acbab4962ea8 Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Thu, 22 Jan 2015 13:36:32 -0800 Subject: [PATCH] nrf8001: Changing comment style to /**< comment */ Signed-off-by: John Van Drasek Signed-off-by: Mihai Tudor Panu --- src/nrf8001/boards.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nrf8001/boards.h b/src/nrf8001/boards.h index 21173db1..19b3758f 100644 --- a/src/nrf8001/boards.h +++ b/src/nrf8001/boards.h @@ -26,9 +26,9 @@ #ifndef _BLE_BOARDS_H_ #define _BLE_BOARDS_H_ -#define BOARD_DEFAULT 0 //!< Use this if you do not know the board you are using or you are creating a new one -#define REDBEARLAB_SHIELD_V1_1 1 //!< Redbearlab Bluetooth low energy shield v1.1 -#define REDBEARLAB_SHIELD_V2012_07 1 //!< Identical to Redbearlab v1.1 shield -#define REDBEARLAB_SHIELD_V2 0 //!< Redbearlab Bluetooth low energy shield v2.x - No special handling required for pin reset same as default +#define BOARD_DEFAULT 0 /**< Use this if you do not know the board you are using or you are creating a new one */ +#define REDBEARLAB_SHIELD_V1_1 1 /**< Redbearlab Bluetooth low energy shield v1.1 */ +#define REDBEARLAB_SHIELD_V2012_07 1 /**< Identical to Redbearlab v1.1 shield */ +#define REDBEARLAB_SHIELD_V2 0 /**< Redbearlab Bluetooth low energy shield v2.x - No special handling required for pin reset same as default */ #endif