HW layer for the Nucleo board, it only work with old BLE_API
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: platform/src/btle.cpp
- Revision:
- 116:1aa0d2da72e4
- Parent:
- 111:8562efb0e476
- Child:
- 121:f00e26745564
diff -r 3b47df81a56b -r 1aa0d2da72e4 platform/src/btle.cpp --- a/platform/src/btle.cpp Wed Sep 02 07:50:35 2015 +0200 +++ b/platform/src/btle.cpp Wed Sep 02 08:59:17 2015 +0200 @@ -61,7 +61,7 @@ #include "gp_timer.h" #include "osal.h" #include "sm.h" -#include "debug.h" +#include "debug_platform.h" #ifdef __cplusplus } @@ -406,4 +406,4 @@ #ifdef __cplusplus } -#endif \ No newline at end of file +#endif