Skip to content

Commit

Permalink
Launcher: Disable music tab before merging to master
Browse files Browse the repository at this point in the history
It's not ready for general use
  • Loading branch information
ducalex committed Aug 1, 2023
1 parent 20c8666 commit 0b08b91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions launcher/main/music.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if 0
#include <freertos/FreeRTOS.h>
#include <freertos/queue.h>

Expand Down Expand Up @@ -140,3 +141,9 @@ void music_init(void)
playback_queue = xQueueCreate(1, RG_PATH_MAX);
rg_task_create("music_player", &music_player, NULL, 32000, RG_TASK_PRIORITY, -1);
}

#else
void music_init(void)
{
}
#endif

0 comments on commit 0b08b91

Please sign in to comment.