diff options
Diffstat (limited to 'src/device/main.ino')
-rw-r--r-- | src/device/main.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/main.ino b/src/device/main.ino index 8f2c1a6..24cfb9c 100644 --- a/src/device/main.ino +++ b/src/device/main.ino @@ -29,7 +29,7 @@ #include "device_network.h" #include "screen.h" #include "net.h" -#include "protocol.h" +#include "tlv.h" static const unsigned int internal_led = 2; static unsigned int led_state = 0; |