diff --git a/src/lufa-LUFA-170418/LUFA/Drivers/Board/AVR8/PINGUI/.Buttons.h.swp b/src/lufa-LUFA-170418/LUFA/Drivers/Board/AVR8/PINGUI/.Buttons.h.swp deleted file mode 100644 index e47296a..0000000 Binary files a/src/lufa-LUFA-170418/LUFA/Drivers/Board/AVR8/PINGUI/.Buttons.h.swp and /dev/null differ diff --git a/src/lufa-LUFA-170418/PolytechLille/Manette/Descriptors.h b/src/lufa-LUFA-170418/PolytechLille/Manette/Descriptors.h index 2f4d22b..135bc35 100644 --- a/src/lufa-LUFA-170418/PolytechLille/Manette/Descriptors.h +++ b/src/lufa-LUFA-170418/PolytechLille/Manette/Descriptors.h @@ -86,8 +86,8 @@ /* Macros: */ /** Endpoint address of the Joystick HID reporting IN endpoint. */ #define JOYSTICK_EPADDR (ENDPOINT_DIR_IN | 1) - #define LEDS_EPADDR (ENDPOINT_DIR_IN | 6) - #define VIBRATORS_EPADDR (ENDPOINT_DIR_IN | 7) + #define LEDS_EPADDR (ENDPOINT_DIR_OUT | 6) + #define VIBRATORS_EPADDR (ENDPOINT_DIR_OUT | 7) /** Size in bytes of the Joystick HID reporting IN endpoint. */ #define JOYSTICK_EPSIZE 8 #define LEDS_EPSIZE 2 -- libgit2 0.21.2