Skip to content

Commit

Permalink
fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
berichan committed Feb 24, 2021
1 parent 1babff4 commit 36b3428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-botbase/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ void sub_freeze(void *arg)
freezecount = 0;
wait_su = false;
goto IDLE;
}
}
else if (*(FreezeThreadState*)arg == Pause)
{
svcSleepThread(1e+8L); //1s
Expand Down

0 comments on commit 36b3428

Please sign in to comment.