Save 116 bytes

This commit is contained in:
Armel FAUVEAU
2024-04-01 06:53:30 +02:00
parent 53283d7798
commit cf9594a99f
6 changed files with 181 additions and 201 deletions

4
main.c
View File

@@ -177,10 +177,6 @@ void Main(void)
boot_counter_10ms = 0;
break;
}
#ifdef ENABLE_BOOT_BEEPS
if ((boot_counter_10ms % 25) == 0)
AUDIO_PlayBeep(BEEP_880HZ_40MS_OPTIONAL);
#endif
}
}