diff --git a/right/src/timer.c b/right/src/timer.c index 1d1be35..3ddf4b9 100644 --- a/right/src/timer.c +++ b/right/src/timer.c @@ -2,7 +2,6 @@ #include "timer.h" #include "peripherals/test_led.h" -static volatile uint32_t CurrentTime; static uint32_t timerClockFrequency; static volatile uint32_t currentTime, delayLength;