Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alto1772 committed Feb 17, 2024
1 parent 6ff124b commit f01234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/nusys/nusched.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ u8 nuScPreNMIFlag;

char nusys_version[] = "NuSystem2.05";

u32 nuScRetraceCounter = (u32) nusys_version; // wtf?
u32 nuScRetraceCounter = (u32) nusys_version;

void nuScEventHandler(void);
void nuScExecuteAudio(void);
Expand Down

0 comments on commit f01234a

Please sign in to comment.