diff --git a/debugging.h b/debugging.h index 49f78ea..bb329f5 100644 --- a/debugging.h +++ b/debugging.h @@ -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)); }