Skip to content

Commit

Permalink
Undo a change only intended as an experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed Nov 14, 2024
1 parent 9aa0b11 commit d78c994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ extern const int32_t cmTestArea;

int32_t cmTestFunc(void)
{
return 4242/*cmTestArea*/;
return cmTestArea;
}

0 comments on commit d78c994

Please sign in to comment.