A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Revision:
51:ae71fd4d03ca
Parent:
45:3b70941589af
Child:
77:4e3925cbb1d8
--- a/gps/pps.c	Mon Apr 08 13:14:54 2019 +0000
+++ b/gps/pps.c	Mon Apr 08 16:56:32 2019 +0000
@@ -32,7 +32,7 @@
 
 int  PpsMsSinceLastPulse = 0;
 
-__irq void PpsHandler()
+void PpsHandler() //Called by an interrupt
 {
     PPS_INT_CLR;
     ClkGovSyncPpsI();