summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/project.h b/app/project.h
index 869cb3d..47eecb3 100644
--- a/app/project.h
+++ b/app/project.h
@@ -14,6 +14,7 @@
#include <libopencm3/stm32/spi.h>
#include <libopencm3/stm32/adc.h>
#include <libopencm3/stm32/exti.h>
+#include <libopencm3/stm32/pwr.h>
#include <libopencm3/ethernet/mac_stm32fxx7.h>
#include <libopencm3/ethernet/phy.h>
#include <libopencm3/stm32/syscfg.h>
@@ -23,6 +24,7 @@
#include <libopencm3/cm3/scs.h>
#include <libopencm3/cm3/scb.h>
+
#include <lwip/init.h>
#include <lwip/sys.h>
#include <lwip/udp.h>
@@ -43,7 +45,8 @@
#include "prototypes.h"
-#define HZ 167999973
+#define HZ 10000000
+//#define HZ 167999973
//#define HZ 168000000
//#define HZ 167968615
//#define HZ 165925490