aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/MIDI/MIDI.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/MIDI/MIDI.h')
-rw-r--r--Demos/Device/MIDI/MIDI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/MIDI/MIDI.h b/Demos/Device/MIDI/MIDI.h
index 4e81c8c2a..4d801e82f 100644
--- a/Demos/Device/MIDI/MIDI.h
+++ b/Demos/Device/MIDI/MIDI.h
@@ -48,7 +48,7 @@
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
#include <LUFA/Drivers/Board/Joystick.h> // Joystick driver
#include <LUFA/Drivers/Board/LEDs.h> // LEDs driver
- #include <LUFA/Drivers/Board/HWB.h> // Hardware Button driver
+ #include <LUFA/Drivers/Board/Buttons.h> // Board Buttons driver
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
/* Macros: */