summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2018-04-17 10:35:31 +0100
committerroot <root@lab.panaceas.james.local>2018-04-17 10:35:31 +0100
commit6cab91b0ab0b538cd63d94c1afd38e3fd287efec (patch)
tree053ffa705f3c3416b3c708092bcf0e7ad5fa200f /app/project.h
parent25e6afd831b94b9735cc6691ee19c8edc921aca7 (diff)
downloadclock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.tar.gz
clock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.tar.bz2
clock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.zip
happy dcf77 better pll, and stamps for long term stability
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/project.h b/app/project.h
index 4fc679a..013ceea 100644
--- a/app/project.h
+++ b/app/project.h
@@ -34,10 +34,12 @@
#include "pins.h"
+#include "events.h"
#include "ring.h"
#include "prototypes.h"
-#define HZ 168000000
+//#define HZ 168000000
+#define HZ 167968615
#define TRACE do { stdio_drain(); printf("%s:%d\r\n",__FUNCTION__,__LINE__); } while (0)