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

uart update

This commit is contained in:
OneOfEleven
2023-10-27 17:48:09 +01:00
parent 7bd83cdd32
commit 25fee556c6
5 changed files with 14 additions and 18 deletions

2
main.c
View File

@ -90,7 +90,7 @@ void Main(void)
BK4819_Init();
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
#if defined(ENABLE_UART)
UART_printf("bk4819 id %04X rev %04X\r\n", BK4819_ReadRegister(0x00), BK4819_ReadRegister(0x01));
#endif