High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
mbedAustin
Date:
Wed Sep 02 20:17:28 2015 +0000
Parent:
794:8d316a3271a8
Child:
796:1b0cbb2e48a1
Commit message:
updating Eddysotne Config Service

Changed in this revision

ble/services/EddystoneService.h Show annotated file Show diff for this revision Revisions of this file
--- 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, ...)