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.
Dependencies: microbit
Diff: main.cpp
- Revision:
- 1:95cf7ca80ca2
- Parent:
- 0:5bd253669996
diff -r 5bd253669996 -r 95cf7ca80ca2 main.cpp --- a/main.cpp Wed Jul 13 16:05:11 2016 +0100 +++ b/main.cpp Fri Jul 22 17:52:54 2016 +0100 @@ -41,7 +41,7 @@ #include "MicroBit.h" #if MICROBIT_BLE_ENABLED - #ifdef(YOTTA_CFG) + #ifdef YOTTA_CFG #error "This example needs BLE to be disabled. Use the yotta config.json in the proximit-heart directory to do this" #else #error "This example needs BLE to be disabled in the microbit config file in the microbit-dal: MicroBitConfig.h"