diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-06-03 18:47:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-06-03 18:47:46 (GMT) |
commit | d061154e26ed39fb85ea9ffab972120a4fc195a7 (patch) | |
tree | 476f40a552fd1bee904a1fe81245d301613f69b0 /software | |
parent | 045dd433f781c7b564fdb5f54fc75d5e10d53a75 (diff) |
removed unused Serial header
Diffstat (limited to 'software')
-rw-r--r-- | software/rhmixxx/rhmixxx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/software/rhmixxx/rhmixxx.c b/software/rhmixxx/rhmixxx.c index ad89590..0394721 100644 --- a/software/rhmixxx/rhmixxx.c +++ b/software/rhmixxx/rhmixxx.c @@ -35,7 +35,6 @@ #include <LUFA/Version.h>
#include <LUFA/Drivers/USB/USB.h>
#include "lufa-descriptor-midi.h"
-#include "LUFA/Drivers/Peripheral/Serial.h"
/** LUFA MIDI Class driver interface configuration and state information. This structure is
* passed to all MIDI Class driver functions, so that multiple instances of the same class
|