Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 2 Feb 2011 15:31:45 +0000 (15:31 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 2 Feb 2011 15:31:45 +0000 (15:31 +0000)
LUFA/Drivers/Board/MINIMUS/Buttons.h
LUFA/ManPages/ChangeLog.txt

index d8b5387..f421f73 100644 (file)
@@ -70,7 +70,7 @@
        /* Public Interface - May be used in end-application: */\r
                /* Macros: */\r
                        /** Button mask for the first button on the board. */\r
-                       #define BUTTONS_BUTTON1      (1 << 8)\r
+                       #define BUTTONS_BUTTON1      (1 << 7)\r
        \r
                /* Inline Functions: */\r
                #if !defined(__DOXYGEN__)\r
index 8cd894e..5b7fbb5 100644 (file)
@@ -72,6 +72,7 @@
   *   - Fixed several functions in the Host mode Still Image Class driver returning an error code from the incorrect
   *     error code enum (thanks to Daniel Seibert)
   *   - Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used
+  *   - Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board
   *  - Library Applications:
   *   - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
   *   - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground