summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
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)