Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jul 2, 2023
1 parent 3b2697c commit 4f0d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/simulator/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern "C"
{
#endif /* __cplusplus */

void printToConsole(char *p);
void printToConsole(const char *p);

#define getCurrentRemainingStack() getRemainingStack(chThdGetSelfX())

Expand Down

0 comments on commit 4f0d4ce

Please sign in to comment.