removed unused variable gps_pps_time
This commit is contained in:
parent
57d0624fd0
commit
cc9997c64b
@ -118,7 +118,6 @@ extern TaskHandle_t irqHandlerTask, ClockTask;
|
|||||||
extern TimerHandle_t WifiChanTimer;
|
extern TimerHandle_t WifiChanTimer;
|
||||||
extern Timezone myTZ;
|
extern Timezone myTZ;
|
||||||
extern time_t userUTCTime;
|
extern time_t userUTCTime;
|
||||||
extern time_t volatile gps_pps_time;
|
|
||||||
|
|
||||||
// application includes
|
// application includes
|
||||||
#include "led.h"
|
#include "led.h"
|
||||||
|
@ -85,7 +85,6 @@ hw_timer_t *ppsIRQ = NULL, *displayIRQ = NULL, *matrixDisplayIRQ = NULL;
|
|||||||
TaskHandle_t irqHandlerTask = NULL, ClockTask = NULL;
|
TaskHandle_t irqHandlerTask = NULL, ClockTask = NULL;
|
||||||
SemaphoreHandle_t I2Caccess;
|
SemaphoreHandle_t I2Caccess;
|
||||||
bool volatile TimePulseTick = false;
|
bool volatile TimePulseTick = false;
|
||||||
time_t volatile gps_pps_time = 0;
|
|
||||||
time_t userUTCTime = 0;
|
time_t userUTCTime = 0;
|
||||||
timesource_t timeSource = _unsynced;
|
timesource_t timeSource = _unsynced;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user