X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f8f8ac0b1a4745da8e5311ddb0bd395b7dd18ba8..e9bf4bc84e66fa86d804ad1dbdede9bbd83c7a44:/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h diff --git a/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h b/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h index 3594aaa04..55b6b0a4e 100644 --- a/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h +++ b/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h @@ -126,7 +126,7 @@ (BOARD == BOARD_MICROPENDOUS_DIP) || defined(__DOXYGEN__)) #include "../../Buttons.h" - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS #endif @@ -134,7 +134,7 @@ (BOARD == BOARD_MICROPENDOUS_32U2) || defined(__DOXYGEN__)) #include "../../LEDs.h" - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS #endif