nrf8001: Doxygen documentation warning fixes
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
da321e43f5
commit
025ce478be
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user