Commit b5e66bcb authored by Daniel Friesel's avatar Daniel Friesel
Browse files

luxlog does not require timer

parent a7b54d3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#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