aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Mouse/Mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/Mouse/Mouse.h')
-rw-r--r--Demos/Device/Mouse/Mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Mouse/Mouse.h b/Demos/Device/Mouse/Mouse.h
index 714f8d6e8..4eaf457ca 100644
--- a/Demos/Device/Mouse/Mouse.h
+++ b/Demos/Device/Mouse/Mouse.h
@@ -50,7 +50,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
/* Task Definitions: */