projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed PDI programming mode in the AVRISP programmer project not exiting programming...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
MIDI.h
diff --git
a/LUFA/Drivers/USB/Class/Device/MIDI.h
b/LUFA/Drivers/USB/Class/Device/MIDI.h
index
8517782
..
772456b
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/MIDI.h
+++ b/
LUFA/Drivers/USB/Class/Device/MIDI.h
@@
-47,7
+47,6
@@
/* Includes: */
\r
#include "../../USB.h"
\r
#include "../Common/MIDI.h"
\r
/* Includes: */
\r
#include "../../USB.h"
\r
#include "../Common/MIDI.h"
\r
- #include "Audio.h"
\r
\r
#include <string.h>
\r
\r
\r
#include <string.h>
\r
\r
@@
-56,6
+55,11
@@
extern "C" {
\r
#endif
\r
\r
extern "C" {
\r
#endif
\r
\r
+ /* Preprocessor Checks: */
\r
+ #if !defined(__INCLUDE_FROM_MIDI_DRIVER)
\r
+ #error Do not include this file directly. Include LUFA/Drivers/Class/MIDI.h instead.
\r
+ #endif
\r
+
\r
/* Public Interface - May be used in end-application: */
\r
/* Type Define: */
\r
/** Class state structure. An instance of this structure should be made for each MIDI interface
\r
/* Public Interface - May be used in end-application: */
\r
/* Type Define: */
\r
/** Class state structure. An instance of this structure should be made for each MIDI interface
\r