Remove quantum/audio from global VPATH (#18753)

This commit is contained in:
Ryan
2022-10-20 14:41:45 +01:00
committed by GitHub
parent 0b41c13509
commit af678521c1
6 changed files with 12 additions and 5 deletions
+3 -1
View File
@@ -24,4 +24,6 @@
#define COL2ROW 0
#define ROW2COL 1
#include "song_list.h"
#ifdef AUDIO_ENABLE
# include "song_list.h"
#endif