cosmetics: removed duplicate case branch.

This commit is contained in:
Mischa Siekmann 2024-05-12 19:39:20 +02:00
parent 1f5cfd9828
commit ceb61c873d
1 changed files with 0 additions and 2 deletions

View File

@ -207,8 +207,6 @@ void I2SAudioSpeaker::loop() {
this->start_();
break;
case speaker::STATE_STARTING:
this->watch_();
break;
case speaker::STATE_RUNNING:
case speaker::STATE_STOPPING:
this->watch_();