A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

lpc1768-this/restart-this.c

Committer:
andrewboyson
Date:
2020-05-06
Revision:
97:af023452967f
Parent:
65:1412e3a1c5de

File content as of revision 97:af023452967f:

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

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