Fixed unused variable

This was due to a merge conflict in c69f664e85
This commit is contained in:
Kristian Sloth Lauszus
2018-07-01 00:04:26 +02:00
parent 372151848a
commit 5bd479ab8e

View File

@@ -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;