1
0
Fork 0

Relocate diode direction definitions (#19715)

This commit is contained in:
Joel Challis 2023-01-30 04:10:40 +00:00 committed by GitHub
parent 043d8e1140
commit 968cc1fe7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -20,10 +20,6 @@
# include "pin_defs.h"
#endif
/* diode directions */
#define COL2ROW 0
#define ROW2COL 1
#ifdef AUDIO_ENABLE
# include "song_list.h"
#endif