From 5bd479ab8e96e3ec976b313aee7070c4abe04052 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 1 Jul 2018 00:04:26 +0200 Subject: [PATCH] Fixed unused variable This was due to a merge conflict in c69f664e850a224730728274a8b4b1b76698d7c2 --- right/src/timer.c | 1 - 1 file changed, 1 deletion(-) 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;