Skip to content

Commit dae79f7

Browse files
committed
reduce blemidi fifo
1 parent 5f04c13 commit dae79f7

File tree

1 file changed

+1
-1
lines changed
  • libraries/Bluefruit52Lib/src/services

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/src/services/BLEMidi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
#define MIDI_CREATE_BLE_INSTANCE(midiService) MIDI_CREATE_INSTANCE(BLEMidi, midiService, MIDI)
4646

47-
#define BLE_MIDI_DEFAULT_FIFO_DEPTH 256
47+
#define BLE_MIDI_DEFAULT_FIFO_DEPTH 128
4848

4949
extern const uint8_t BLEMIDI_UUID_SERVICE[];
5050
extern const uint8_t BLEMIDI_UUID_CHR_IO[];

0 commit comments

Comments
 (0)