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: net lpc1768 crypto clock web log
lpc1768-this/restart-this.c
- Committer:
- andrewboyson
- Date:
- 2019-05-09
- Revision:
- 65:1412e3a1c5de
File content as of revision 65:1412e3a1c5de:
#include "restart.h" #include "restart-this.h" const char* RestartThisGetZoneString() { switch (RestartGetLastCause()) { case RESTART_ZONE_GPS: return "GPS" ; default : return "Unknown"; } }