This commit is contained in:
Matthew Kennedy 2023-07-01 22:54:57 -07:00
parent 3b2697cb7c
commit 4f0d4cedfc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ extern "C"
{
#endif /* __cplusplus */
void printToConsole(char *p);
void printToConsole(const char *p);
#define getCurrentRemainingStack() getRemainingStack(chThdGetSelfX())