From 4f0d4cedfc3d7981eb8f14cdf76d22326d4a42d4 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 1 Jul 2023 22:54:57 -0700 Subject: [PATCH] header --- simulator/simulator/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/simulator/global.h b/simulator/simulator/global.h index e5c331cd8c..68a6534050 100644 --- a/simulator/simulator/global.h +++ b/simulator/simulator/global.h @@ -52,7 +52,7 @@ extern "C" { #endif /* __cplusplus */ -void printToConsole(char *p); +void printToConsole(const char *p); #define getCurrentRemainingStack() getRemainingStack(chThdGetSelfX())