Fixed missing refactored name

v1.1
Simon Kueppers 2022-12-14 20:36:25 +01:00
rodzic f0ee3a8d90
commit a2d428d26f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -382,7 +382,7 @@ bool tud_audio_rx_done_post_read_cb(uint8_t rhport, uint16_t n_bytes_received, u
if (speakerState == STATE_START) { if (speakerState == STATE_START) {
if (count >= SPEAKER_BUFFERLVL_TARGET) { if (count >= SPEAKER_BUFFERLVL_TARGET) {
/* Wait until whe are at buffer target fill level, then start DAC output */ /* Wait until whe are at buffer target fill level, then start DAC output */
spkState = STATE_RUN; speakerState = STATE_RUN;
NVIC_EnableIRQ(TIM3_IRQn); NVIC_EnableIRQ(TIM3_IRQn);
} }