diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-15 21:01:40 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-15 21:01:40 +0000 |
commit | 666088a38818e371cc8ad89360c960d86b311a49 (patch) | |
tree | b85970e33536a3fbe1feab81ce399bab2c296bad /Demos/Device/LowLevel/Mouse | |
parent | cb9e7392c5f9f1c51710df1b4bbe1aa11168576f (diff) | |
download | lufa-666088a38818e371cc8ad89360c960d86b311a49.tar.gz lufa-666088a38818e371cc8ad89360c960d86b311a49.tar.bz2 lufa-666088a38818e371cc8ad89360c960d86b311a49.zip |
AppConfigHeaders: Fix branch validation error.
Diffstat (limited to 'Demos/Device/LowLevel/Mouse')
-rw-r--r-- | Demos/Device/LowLevel/Mouse/Mouse.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/Mouse/Mouse.h b/Demos/Device/LowLevel/Mouse/Mouse.h index b304a61bc..94e74df82 100644 --- a/Demos/Device/LowLevel/Mouse/Mouse.h +++ b/Demos/Device/LowLevel/Mouse/Mouse.h @@ -45,8 +45,7 @@ #include <string.h> #include "Descriptors.h" - #include "Config/AppConfig.h" - + #include <LUFA/Drivers/USB/USB.h> #include <LUFA/Drivers/Board/Joystick.h> #include <LUFA/Drivers/Board/LEDs.h> |