Update am_fix.c

This commit is contained in:
losehu 2024-01-14 21:57:19 +08:00 committed by GitHub
parent 8b2f7b0c99
commit f75faa4c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ switch (gCurrentFunction)
return;
default:
break;
}
#ifdef ENABLE_AM_FIX_SHOW_DATA
@ -399,4 +399,4 @@ void AM_fix_enable(bool on)
{
enabled = on;
}
#endif
#endif