Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/platform/stm32_bluenrg_ble.cpp
- Branch:
- 8247cc25d48b37d6a78a3e91c728cbbf0fd9ba29
- Revision:
- 293:5a1f577bf92f
- Parent:
- 264:1e754a01869e
diff -r 6908f86aa1f9 -r 5a1f577bf92f source/platform/stm32_bluenrg_ble.cpp --- a/source/platform/stm32_bluenrg_ble.cpp Thu Sep 15 10:51:59 2016 +0100 +++ b/source/platform/stm32_bluenrg_ble.cpp Thu Sep 15 10:52:00 2016 +0100 @@ -52,8 +52,8 @@ #endif #include "stm32_bluenrg_ble.h" -#include "gp_timer.h" -#include "debug.h" +#include "ble_gp_timer.h" +#include "ble_debug.h" void BlueNRG_RST(void)
