Fix typos in the new board hardware information header files.

This commit is contained in:
Dean Camera 2013-01-27 16:09:27 +00:00
parent 2cd4c5aaa1
commit f8f8ac0b1a
2 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@
(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. */
@ -131,7 +131,7 @@
#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. */