0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

fix crc in makefile

This commit is contained in:
OneOfEleven
2023-11-06 09:08:09 +00:00
parent f494b8565b
commit 7f07588b22
14 changed files with 72 additions and 69 deletions

View File

@ -173,7 +173,7 @@ void AUDIO_PlayBeep(beep_type_t Beep)
break;
}
BK4819_StartTone1(ToneFrequency, 10, false, false);
BK4819_start_tone(ToneFrequency, 10, false, true);
SYSTEM_DelayMs(2);
GPIO_SetBit(&GPIOC->DATA, GPIOC_PIN_SPEAKER);