diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:50:01 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:50:01 +0200 |
commit | b5e66bcbaf055c6cd5b8e065a188acaf4415fa06 (patch) | |
tree | 2da8503d996a95b78f481ccc0b94f553ac44ee71 /src/app/luxlog | |
parent | a7b54d3f438e60a3b3e20935f8d641d3f15ef4f5 (diff) |
luxlog does not require timer
Diffstat (limited to 'src/app/luxlog')
-rw-r--r-- | src/app/luxlog/main.cc | 1 |
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 |