summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/project.h b/app/project.h
index 013ceea..f3a49f1 100644
--- a/app/project.h
+++ b/app/project.h
@@ -13,7 +13,7 @@
#include <libopencm3/stm32/spi.h>
#include <libopencm3/stm32/adc.h>
#include <libopencm3/stm32/exti.h>
-#include <libopencm3/stm32/ethernet.h>
+#include <libopencm3/ethernet/mac_stm32fxx7.h>
#include <libopencm3/ethernet/phy.h>
#include <libopencm3/stm32/syscfg.h>
#include <libopencm3/cm3/systick.h>
@@ -36,10 +36,18 @@
#include "events.h"
#include "ring.h"
+#include "ubx.h"
+#include "gps.h"
#include "prototypes.h"
//#define HZ 168000000
-#define HZ 167968615
+//#define HZ 167968615
+//#define HZ 165925490
+#define HZ 167996682
#define TRACE do { stdio_drain(); printf("%s:%d\r\n",__FUNCTION__,__LINE__); } while (0)
+
+extern const unsigned char almanac_alp[];
+extern unsigned int almanac_alp_len;
+