summaryrefslogtreecommitdiff
path: root/src/code/code_800D31A0.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-01-12 07:38:13 -0800
committerGitHub <noreply@github.com>2024-01-12 10:38:13 -0500
commit324db1d57830dcb2a45720445ac5d7904a6f5c6a (patch)
tree082de71ba2d4b8457be64e79bd2c37de99bd0ae2 /src/code/code_800D31A0.c
parent6eb3bf401cf768a81788e2aa90cb2cafbcd8d763 (diff)
Replace most osSyncPrintf calls with PRINTF macro (#1598)
* Replace most osSyncPrintf calls with PRINTF macro * DEBUG -> OOT_DEBUG
Diffstat (limited to 'src/code/code_800D31A0.c')
-rw-r--r--src/code/code_800D31A0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800D31A0.c b/src/code/code_800D31A0.c
index a6540c429..7109fa9c2 100644
--- a/src/code/code_800D31A0.c
+++ b/src/code/code_800D31A0.c
@@ -4,7 +4,7 @@
u32 gIsCtrlr2Valid = false;
NORETURN void func_800D31A0(void) {
- osSyncPrintf(VT_FGCOL(RED) "\n**** Freeze!! ****\n" VT_RST);
+ PRINTF(VT_FGCOL(RED) "\n**** Freeze!! ****\n" VT_RST);
while (true) {
Sleep_Msec(1000);
}