Added MIDI_RX_PORT_WIDTH define

This commit is contained in:
Ross Owen
2014-03-25 12:26:17 +00:00
parent 76f17fbbdb
commit f582282a88
2 changed files with 10 additions and 1 deletions

View File

@@ -848,3 +848,7 @@
#if defined(FAST_MODE) && (FAST_MODE == 0)
#undef FAST_MODE
#endif
#ifndef MIDI_RX_PORT_WIDTH
#define MIDI_RX_PORT_WIDTH 1
#endif