mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-18 14:19:49 +03:00
uart update
This commit is contained in:
@ -113,7 +113,6 @@ void UART_LogSendText(const void *str)
|
||||
UART_Send(str, strlen(str));
|
||||
}
|
||||
|
||||
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
|
||||
void UART_printf(const char *str, ...)
|
||||
{
|
||||
char text[256];
|
||||
@ -127,4 +126,3 @@ void UART_LogSendText(const void *str)
|
||||
UART_Send(text, len);
|
||||
//UART_Send(text, strlen(text));
|
||||
}
|
||||
#endif
|
||||
|
@ -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
|
||||
|
||||
#endif
|
||||
|
||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user