Move API_SYSEX_MAX_SIZE out of config_common.h (#12302)

This commit is contained in:
Ryan 2021-03-25 22:30:42 +11:00 committed by GitHub
parent c59fb1b477
commit eae7343741
Failed to generate hash of commit
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
#include "usb_descriptor.h"
#include "process_midi.h"
#if API_SYSEX_ENABLE
# include "api.h"
# include "api_sysex.h"
#endif
/*******************************************************************************