mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Fix TX power setting (I broke it previous commit)
This commit is contained in:
@ -24,7 +24,12 @@ extern uint8_t UART_DMA_Buffer[256];
|
||||
|
||||
void UART_Init(void);
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user