Fix typos in the new board hardware information header files.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 27 Jan 2013 16:09:27 +0000 (16:09 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 27 Jan 2013 16:09:27 +0000 (16:09 +0000)
LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h
LUFA/Drivers/Board/AVR8/USB2AX/Board.h

index f323aa4..3594aaa 100644 (file)
                             (BOARD == BOARD_MICROPENDOUS_1)    || (BOARD == BOARD_MICROPENDOUS_2) || \
                             (BOARD == BOARD_MICROPENDOUS_3)    || (BOARD == BOARD_MICROPENDOUS_4) || \
                             (BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
                             (BOARD == BOARD_MICROPENDOUS_1)    || (BOARD == BOARD_MICROPENDOUS_2) || \
                             (BOARD == BOARD_MICROPENDOUS_3)    || (BOARD == BOARD_MICROPENDOUS_4) || \
                             (BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
-                            (BOARD == BOARD_MICROPENDOUS_DIP) || definied(__DOXYGEN__))
+                            (BOARD == BOARD_MICROPENDOUS_DIP) || defined(__DOXYGEN__))
                                #include "../../Buttons.h"
 
                                /** Indicates the board has a hardware Buttons mounted. */
                                #include "../../Buttons.h"
 
                                /** Indicates the board has a hardware Buttons mounted. */
                        #endif
 
                        #if ((BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
                        #endif
 
                        #if ((BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
-                            (BOARD == BOARD_MICROPENDOUS_32U2) || definied(__DOXYGEN__))
+                            (BOARD == BOARD_MICROPENDOUS_32U2) || defined(__DOXYGEN__))
                                #include "../../LEDs.h"
 
                                /** Indicates the board has a hardware LEDs mounted. */
                                #include "../../LEDs.h"
 
                                /** Indicates the board has a hardware LEDs mounted. */
index 26a61fb..8b4b0a7 100644 (file)
@@ -45,7 +45,7 @@
 
 /** \ingroup Group_BoardInfo
  *  \defgroup Group_BoardInfo_USB2AX_V3 USB2AX_V3
 
 /** \ingroup Group_BoardInfo
  *  \defgroup Group_BoardInfo_USB2AX_V3 USB2AX_V3
- *  \briefBoard specific information header for the Xevelabs USB2AX revision 3.
+ *  \brief Board specific information header for the Xevelabs USB2AX revision 3.
  *
  *  See \ref Group_BoardInfo_USB2AX for more details.
  */
  *
  *  See \ref Group_BoardInfo_USB2AX for more details.
  */