A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

lpc1768-this/restart-this.c

Committer:
andrewboyson
Date:
24 months ago
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";
    }
}