From b3c6320899d6b27899ab3c67c745e8d3b29af3a2 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Feb 2019 13:46:18 +0000 Subject: working ethernet --- app/project.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'app/project.h') 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 #include #include -#include +#include #include #include #include @@ -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; + -- cgit v1.2.3