Bmag incl gps rettelse

Dependencies:   mbed WDT MODSERIAL BME280

Branch:
MbedBMAGThrRev
Revision:
39:0aeb019323bf
Parent:
38:a1615de4ee64
Child:
42:0f34fa0c539e
diff -r a1615de4ee64 -r 0aeb019323bf main.h
--- a/main.h	Thu Sep 28 09:13:10 2017 +0000
+++ b/main.h	Thu Sep 28 14:19:58 2017 +0000
@@ -7,7 +7,6 @@
 #include "NMEA/NMEA.h"
 #include "USBHostMSD.h"
 #include "WDT/WDT.h"
-#include "CLOCK/CLOCK.h"
 #include "SPS/SPS.h"
 #include "BMAG/BMAG.h"
 #include "ErrorHandler/ErrorHandler.h"
@@ -52,9 +51,6 @@
 //BME 280 instance
 static BME280 BME;
 
-//clock
-static CLOCK clockobj;
-
 //EA_OLED display
 Thread thr_writelines;
 SPI * spiptr;