CONFIG_MIDI -> CONFIG_MIDI_OUT

This commit is contained in:
Jasmine Iwanek
2022-02-20 00:14:07 -05:00
parent 25e9087f3f
commit 2836c7f05b
4 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
#define CONFIG_INT 1
#define CONFIG_BINARY 2
#define CONFIG_SELECTION 3
#define CONFIG_MIDI 4
#define CONFIG_MIDI_OUT 4
#define CONFIG_FNAME 5
#define CONFIG_SPINNER 6
#define CONFIG_HEX16 7