1
0
mirror of https://github.com/Utyff/Zintercom.git synced 2026-01-12 09:17:41 +03:00

RGB and UART works

This commit is contained in:
Utyf
2022-02-26 00:34:49 +03:00
parent 17ee0a7588
commit 4fbab14965
3 changed files with 4 additions and 3 deletions

View File

@@ -68,7 +68,7 @@
#define FACTORY_RESET_HOLD_TIME_LONG 10000
#if defined( DO_DEBUG_UART )
#define HAL_UART_ISR 2
#define HAL_UART_ISR 0
#define HAL_UART TRUE
#define HAL_UART_DMA 1
#endif