This commit is contained in:
Matthew Kennedy 2023-07-01 22:54:57 -07:00 committed by rusefillc
parent de936802bd
commit 2d24236a55
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())