0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

fix main.c compile

This commit is contained in:
OneOfEleven
2023-10-27 17:27:31 +01:00
parent eb03123666
commit 7bd83cdd32
10 changed files with 48 additions and 33 deletions

2
main.c
View File

@ -32,7 +32,7 @@
#include "driver/st7565.h"
#include "driver/system.h"
#include "driver/systick.h"
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
#if defined(ENABLE_UART)
#include "driver/uart.h"
#endif
#include "helper/battery.h"