X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7f9f97c792dee6875fbca9806422bdd7d6c5a657..d03d6513d0d24cf63225c8d3dfa07675d9107f40:/LUFA/Drivers/Board/STK525/Buttons.h diff --git a/LUFA/Drivers/Board/STK525/Buttons.h b/LUFA/Drivers/Board/STK525/Buttons.h index d29e372bb..062192efb 100644 --- a/LUFA/Drivers/Board/STK525/Buttons.h +++ b/LUFA/Drivers/Board/STK525/Buttons.h @@ -29,6 +29,7 @@ */ /** \file + * \brief Board specific Buttons driver header for the STK525. * * Board specific Buttons driver header for the STK525. * @@ -39,6 +40,11 @@ /** \ingroup Group_Buttons * @defgroup Group_Buttons_STK525 STK525 * + * Board specific Buttons driver header for the STK525. + * + * \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