1
0
Fork 0

Remove quantum/audio from global VPATH (#18753)

This commit is contained in:
Ryan 2022-10-21 00:41:45 +11:00 committed by GitHub
parent 0b41c13509
commit af678521c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 5 deletions

View file

@ -24,4 +24,6 @@
#define COL2ROW 0
#define ROW2COL 1
#include "song_list.h"
#ifdef AUDIO_ENABLE
# include "song_list.h"
#endif