projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oops - ensure that only the relevant/available interrupts are defined and used on...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
/
MIDI.h
diff --git
a/LUFA/Drivers/USB/Class/Common/MIDI.h
b/LUFA/Drivers/USB/Class/Common/MIDI.h
index
8d56f1e
..
d2e884a
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Common/MIDI.h
+++ b/
LUFA/Drivers/USB/Class/Common/MIDI.h
@@
-54,11
+54,9
@@
#define __INCLUDE_FROM_AUDIO_DRIVER
/* Includes: */
#define __INCLUDE_FROM_AUDIO_DRIVER
/* Includes: */
- #include "../../
HighLevel
/StdDescriptors.h"
+ #include "../../
Core
/StdDescriptors.h"
#include "Audio.h"
#include "Audio.h"
- #include <string.h>
-
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
extern "C" {
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
extern "C" {