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.
Dependencies: nRF51822
Diff: Source/log.h
- Revision:
- 58:9b94a7caadba
- Parent:
- 23:7ca590427f0e
--- a/Source/log.h Fri Dec 11 21:34:00 2020 +0000 +++ b/Source/log.h Fri Dec 18 19:17:26 2020 +0000 @@ -10,7 +10,12 @@ EVENT_TEST_PASS = 2, EVENT_TEST_FAIL = 3, EVENT_EOL = 4, - EVENT_WAKE_FROM_SHIP = 5 + EVENT_WAKE_FROM_SHIP = 5, + SMWD=6, + SMWL=7, + SMCC=8, + SMWCO=9, + } event_t;