diff options
Diffstat (limited to 'LUFA/DriverStubs/Buttons.h')
-rw-r--r-- | LUFA/DriverStubs/Buttons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DriverStubs/Buttons.h b/LUFA/DriverStubs/Buttons.h index 9449bcbfd..225ce5f20 100644 --- a/LUFA/DriverStubs/Buttons.h +++ b/LUFA/DriverStubs/Buttons.h @@ -61,7 +61,7 @@ /* Public Interface - May be used in end-application: */
/* Macros: */
/** Button mask for the first button on the board. */
- #define BUTTONS_BUTTON1 // TODO: Add mask for first board buton here
+ #define BUTTONS_BUTTON1 // TODO: Add mask for first board button here
/* Inline Functions: */
#if !defined(__DOXYGEN__)
|