Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

Revision:
29:9332cf906aad
Parent:
26:0421132e6eaf
Child:
30:212ca42b8779
--- a/timer.c	Thu Jan 25 19:23:30 2018 +0000
+++ b/timer.c	Sat Jan 27 12:17:09 2018 +0000
@@ -1,7 +1,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-#include "peripherals.h"
+#include "defs.h"
 #include "timer.h"
 
 uint32_t TimerNowCount()