summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:50:01 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:50:01 +0200
commitb5e66bcbaf055c6cd5b8e065a188acaf4415fa06 (patch)
tree2da8503d996a95b78f481ccc0b94f553ac44ee71
parenta7b54d3f438e60a3b3e20935f8d641d3f15ef4f5 (diff)
luxlog does not require timer
-rw-r--r--src/app/luxlog/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/luxlog/main.cc b/src/app/luxlog/main.cc
index 604b205..c7680ac 100644
--- a/src/app/luxlog/main.cc
+++ b/src/app/luxlog/main.cc
@@ -1,7 +1,6 @@
#include "arch.h"
#include "driver/gpio.h"
#include "driver/stdout.h"
-#include "driver/timer.h"
#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(DRIVER_SOFTI2C)
#include "driver/i2c.h"
#else