テスト用
Fork of nRF51822 by
Diff: nordic/ble/ble_bondmngr.cpp
- Revision:
- 32:84dea0924a63
- Parent:
- 0:eff01767de02
--- a/nordic/ble/ble_bondmngr.cpp Fri Jun 13 11:21:09 2014 +0100 +++ b/nordic/ble/ble_bondmngr.cpp Thu Jun 26 14:06:37 2014 +0100 @@ -10,6 +10,8 @@ * */ +#if NEED_BOND_MANAGER /* disabled by default */ + #include "ble_bondmngr.h" #include <stdlib.h> #include <stdint.h> @@ -1592,3 +1594,5 @@ return NRF_SUCCESS; } + +#endif /* #if NEED_BOND_MANAGER */