A GPS disciplined clock
Dependencies: net lpc1768 crypto clock web log
lpc1768-this/restart-this.c
- Committer:
- andrewboyson
- Date:
- 2022-06-06
- Revision:
- 100:93f5b732f985
- Parent:
- 65:1412e3a1c5de
File content as of revision 100:93f5b732f985:
#include "restart.h" #include "restart-this.h" const char* RestartThisGetZoneString() { switch (RestartGetLastCause()) { case RESTART_ZONE_GPS: return "GPS" ; default : return "Unknown"; } }