0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +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

View File

@ -27,9 +27,7 @@ void UART_Send(const void *pBuffer, uint32_t Size);
void UART_SendText(const void *str);
void UART_LogSend(const void *pBuffer, uint32_t Size);
void UART_LogSendText(const void *str);
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
void UART_printf(const char *str, ...);
#endif
void UART_printf(const char *str, ...);
#endif