change bool (#644)

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875
2024-07-22 05:42:14 +02:00
committed by GitHub
parent 973eaa32fc
commit 3d0c047cc9
45 changed files with 453 additions and 452 deletions
+1 -1
View File
@@ -215,6 +215,6 @@ void crash_screen_draw(OSThread* thread) {
crash_screen_print_float_reg(120, 210, 26, &tc->fp26.f.f_even);
crash_screen_print_float_reg(210, 210, 28, &tc->fp28.f.f_even);
crash_screen_print_float_reg(30, 220, 30, &tc->fp30.f.f_even);
osViBlack(FALSE);
osViBlack(false);
osViSwapBuffer(pFramebuffer);
}