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 21, 2024
1 parent 7d4672a commit 92034c1
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 92034c1

Please sign in to comment.