Make LogUart receive a const char* const
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#include "am_fix.h"
|
#include "am_fix.h"
|
||||||
|
|
||||||
|
|
||||||
static inline void LogUart(char * str)
|
static inline void LogUart(const char * const str)
|
||||||
{
|
{
|
||||||
UART_Send(str, strlen(str));
|
UART_Send(str, strlen(str));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user