mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-22 01:32:43 +00:00
Make LogUart receive a const char* const
This commit is contained in:
parent
33e4e3c4e0
commit
06f1c651bc
@ -8,7 +8,7 @@
|
||||
#include "am_fix.h"
|
||||
|
||||
|
||||
static inline void LogUart(char * str)
|
||||
static inline void LogUart(const char * const str)
|
||||
{
|
||||
UART_Send(str, strlen(str));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user