X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7f9f97c792dee6875fbca9806422bdd7d6c5a657..e55f33866334615e705ff68c0f3bea8e5b1b9b8b:/LUFA/Drivers/Board/EVK527/Buttons.h diff --git a/LUFA/Drivers/Board/EVK527/Buttons.h b/LUFA/Drivers/Board/EVK527/Buttons.h index c945db847..41fd7c1fc 100644 --- a/LUFA/Drivers/Board/EVK527/Buttons.h +++ b/LUFA/Drivers/Board/EVK527/Buttons.h @@ -29,6 +29,7 @@ */ /** \file + * \brief Board specific Buttons driver header for the EVK527. * * Board specific Buttons driver header for the EVK527. * @@ -39,6 +40,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 +69,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