aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-15 21:01:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-15 21:01:40 +0000
commit666088a38818e371cc8ad89360c960d86b311a49 (patch)
treeb85970e33536a3fbe1feab81ce399bab2c296bad
parentcb9e7392c5f9f1c51710df1b4bbe1aa11168576f (diff)
downloadlufa-666088a38818e371cc8ad89360c960d86b311a49.tar.gz
lufa-666088a38818e371cc8ad89360c960d86b311a49.tar.bz2
lufa-666088a38818e371cc8ad89360c960d86b311a49.zip
AppConfigHeaders: Fix branch validation error.
-rw-r--r--Demos/Device/LowLevel/Mouse/Mouse.h3
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>