BLE beacon example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon/

Fork of BLE-Beacon by Joël Imbaud

Revision:
28:9090fe431353
Parent:
12:af576944a152
Child:
45:0d307fc39fd0
--- a/source/main.cpp	Tue May 09 14:45:23 2017 +0100
+++ b/source/main.cpp	Wed May 10 10:15:35 2017 +0100
@@ -21,9 +21,7 @@
 
 static iBeacon* ibeaconPtr;
 
-static EventQueue eventQueue(
-    /* event count */ 4 * /* event size */ 32    
-);
+static EventQueue eventQueue(/* event count */ 4 * EVENTS_EVENT_SIZE);
 
 /**
  * This function is called when the ble initialization process has failled