X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7f9f97c792dee6875fbca9806422bdd7d6c5a657..b8db5fc1e7a49c0b91a67570e11edf90f985cd00:/LUFA/Drivers/Board/EVK527/Buttons.h diff --git a/LUFA/Drivers/Board/EVK527/Buttons.h b/LUFA/Drivers/Board/EVK527/Buttons.h index c945db847..0150fa151 100644 --- a/LUFA/Drivers/Board/EVK527/Buttons.h +++ b/LUFA/Drivers/Board/EVK527/Buttons.h @@ -39,6 +39,11 @@ /** \ingroup Group_Buttons * @defgroup Group_Buttons_EVK527 EVK527 * + * Board specific Buttons driver header for the EVK527. + * + * \note This file should not be included directly. It is automatically included as needed by the Buttons driver + * dispatch header located in LUFA/Drivers/Board/Buttons.h. + * * @{ */ @@ -63,7 +68,7 @@ #endif /* Preprocessor Checks: */ - #if !defined(INCLUDE_FROM_BUTTONS_H) + #if !defined(__INCLUDE_FROM_BUTTONS_H) #error Do not include this file directly. Include LUFA/Drivers/Board/Buttons.h instead. #endif