X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/69dc32c5f01e8640c1bdf83df3a2a7699ea54560..deed746d3716d59153e04860c646bfb7b82ca820:/LUFA/Drivers/Board/Buttons.h?ds=sidebyside diff --git a/LUFA/Drivers/Board/Buttons.h b/LUFA/Drivers/Board/Buttons.h index ec25f5fd6..11c31910a 100644 --- a/LUFA/Drivers/Board/Buttons.h +++ b/LUFA/Drivers/Board/Buttons.h @@ -108,7 +108,7 @@ /** Returns a mask indicating which board buttons are currently pressed. * - * \return Mask indicating which board buttons are currently pressed + * \return Mask indicating which board buttons are currently pressed. */ static inline uint8_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT; #endif