feat: 更新测速编码器配置

This commit is contained in:
bmy
2024-04-16 10:54:44 +08:00
parent 36ca756209
commit 2b3e70f0e9
4 changed files with 7 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ void by_buzzer_init(void)
by_buzzer_add(1500);
}
// TODO 异步写入问题,不可重入
void by_buzzer_add(uint16_t tone)
{
queue_add_element(tone);