A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

lpc1768-this/restart-this.c

Committer:
andrewboyson
Date:
2019-11-18
Revision:
84:baec7c1f5618
Parent:
65:1412e3a1c5de

File content as of revision 84:baec7c1f5618:

#include "restart.h"
#include "restart-this.h"

const char* RestartThisGetZoneString()
{
    switch (RestartGetLastCause())
    {
        case RESTART_ZONE_GPS: return "GPS"    ;
        default              : return "Unknown";
    }
}