Fixing MIDI for ARM without NKRO enabled (#9466)

master
AlexOConnorHub 2020-06-22 03:43:08 -04:00 committed by GitHub
parent 0b09189087
commit 82dc8faaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#ifdef MIDI_ENABLE
# include "midi.h"
# include <LUFA/Drivers/USB/USB.h>
extern MidiDevice midi_device;
void setup_midi(void);
void send_midi_packet(MIDI_EventPacket_t* event);