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 BLE_API by
Diff: ble/services/EddystoneService.h
- Revision:
- 795:47db33f1a619
- Parent:
- 786:d6d7087d8377
- Child:
- 796:1b0cbb2e48a1
diff -r 8d316a3271a8 -r 47db33f1a619 ble/services/EddystoneService.h --- a/ble/services/EddystoneService.h Thu Aug 13 13:22:31 2015 +0100 +++ b/ble/services/EddystoneService.h Wed Sep 02 20:17:28 2015 +0000 @@ -33,7 +33,7 @@ #define ERR(x, ...) #endif -#if 0 +#if 1 #define INFO(x, ...) printf("[EddyStone: INFO]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__); #else #define INFO(x, ...)