Fix "grep: Version.h: No such file or directory" error when including the core LUFA...
[pub/USBasp.git] / LUFA / Drivers / Board / AVR8 / MICROPENDOUS / 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_DIP) || definied(__DOXYGEN__))
+                            (BOARD == BOARD_MICROPENDOUS_DIP) || defined(__DOXYGEN__))
                                #include "../../Buttons.h"
 
                                /** Indicates the board has a hardware Buttons mounted. */
                        #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. */