diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-29 19:59:52 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-29 19:59:52 +0000 |
commit | 5b089fbbf3bd429b2b729b5945e39b82c4160a29 (patch) | |
tree | c43e6c84de34ffad45a207caaab5b3ae713d2526 /Demos/Host/LowLevel/GenericHIDHost | |
parent | 8d22cedfc4a1f76b1999f333aecd4c76e34a22e7 (diff) | |
download | lufa-5b089fbbf3bd429b2b729b5945e39b82c4160a29.tar.gz lufa-5b089fbbf3bd429b2b729b5945e39b82c4160a29.tar.bz2 lufa-5b089fbbf3bd429b2b729b5945e39b82c4160a29.zip |
Whitespace fixes in the LUFA configuration files.
Diffstat (limited to 'Demos/Host/LowLevel/GenericHIDHost')
-rw-r--r-- | Demos/Host/LowLevel/GenericHIDHost/Config/LUFAConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/LowLevel/GenericHIDHost/Config/LUFAConfig.h b/Demos/Host/LowLevel/GenericHIDHost/Config/LUFAConfig.h index 887c24f4e..30ca3184c 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/Config/LUFAConfig.h +++ b/Demos/Host/LowLevel/GenericHIDHost/Config/LUFAConfig.h @@ -82,8 +82,8 @@ // #define HOST_STATE_AS_GPIOR {Insert Value Here} // #define USB_HOST_TIMEOUT_MS {Insert Value Here} // #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here} -// #define NO_AUTO_VBUS_MANAGEMENT -// #define INVERTED_VBUS_ENABLE_LINE +// #define NO_AUTO_VBUS_MANAGEMENT +// #define INVERTED_VBUS_ENABLE_LINE #else |