ST / Mbed OS mbed-os-example-ble-BatteryLevel

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-BatteryLevel/

Please read the documentation in this page.

Revision:
29:7a6aff8c9468
Parent:
13:eaa1343657a8
--- a/source/main.cpp	Tue May 09 14:45:18 2017 +0100
+++ b/source/main.cpp	Wed May 10 10:15:11 2017 +0100
@@ -28,9 +28,7 @@
 static uint8_t batteryLevel = 50;
 static BatteryService* batteryServicePtr;
 
-static EventQueue eventQueue(
-    /* event count */ 16 * /* event size */ 32
-);
+static EventQueue eventQueue(/* event count */ 16 * EVENTS_EVENT_SIZE);
 
 void disconnectionCallback(const Gap::DisconnectionCallbackParams_t *params)
 {