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.
Diff: source/main.cpp
- Revision:
- 29:083b9a2cb114
- Parent:
- 13:c5f3a7d8764a
- Child:
- 43:5a24d591c2ef
--- a/source/main.cpp Tue May 09 14:45:32 2017 +0100 +++ b/source/main.cpp Wed May 10 10:16:09 2017 +0100 @@ -20,9 +20,7 @@ static const int URI_MAX_LENGTH = 18; // Maximum size of service data in ADV packets -static EventQueue eventQueue( - /* event count */ 16 * /* event size */ 32 -); +static EventQueue eventQueue(/* event count */ 16 * EVENTS_EVENT_SIZE); DigitalOut led1(LED1, 1);