1
0
Fork 0

bluetooth working with usb

This commit is contained in:
Jack Humbert 2015-10-23 20:12:04 -04:00
parent bbb21f60e9
commit 71a8fd8b12
8 changed files with 182 additions and 40 deletions

View file

@ -49,7 +49,7 @@
#include <LUFA/Drivers/USB/USB.h>
#include "host.h"
#ifdef MIDI_ENABLE
#include "midi/midi.h"
#include "midi/midi.h"
#endif
#ifdef __cplusplus
extern "C" {