This commit is contained in:
sunbeam 2024-05-27 22:12:55 +08:00
commit 0dc7cc42dc
2 changed files with 2 additions and 1 deletions

View File

@ -285,7 +285,7 @@ void value_init(void)
MotorValueInit();
buzzer_init();
}

View File

@ -8,6 +8,7 @@ void buzzer_init(void)
{
buzzer_state = 0;
buzzer_count = 0;
buzzer_stop();
}