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: USBDevice mbed mbed-rtos
Diff: bluetoothComm.h
- Revision:
- 2:1a0d675eaa6f
- Parent:
- 0:7c2805142589
- Child:
- 3:6a249e8de7d8
diff -r 2af026a7c290 -r 1a0d675eaa6f bluetoothComm.h --- a/bluetoothComm.h Thu Mar 26 19:51:11 2015 +0000 +++ b/bluetoothComm.h Thu Mar 26 20:21:30 2015 +0000 @@ -11,7 +11,7 @@ #define robotPrint(toPrint) console1.printf(toPrint) #define robotPrintln(toPrint) console1.printf(toPrint) -#define PRINT_DEBUG 1 +#define PRINT_DEBUG 0 #if PRINT_DEBUG == 1 #define robotPrintDebug(toPrint) robotPrint(toPrint) #define robotPrintlnDebug(toPrint) robotPrintln(toPrint)