* Check music playback status and start/stop/song-finished. * Called from main loop. */
| 451 | * Called from main loop. |
| 452 | */ |
| 453 | void MusicLoop() |
| 454 | { |
| 455 | _music.CheckStatus(); |
| 456 | } |
| 457 | |
| 458 | /** |
| 459 | * Change the configured music set and reset playback |
no test coverage detected