/* Includes: */\r
#include "../../USB.h"\r
#include "../Common/MIDI.h"\r
- #include "Audio.h"\r
\r
#include <string.h>\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