X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5fc294a6503d48b422ce67438d703bdd647de146..8154331da60ac08b0e2b09ca67008ec4a8c7698b:/LUFA/Drivers/Board/XPLAIN/Dataflash.h diff --git a/LUFA/Drivers/Board/XPLAIN/Dataflash.h b/LUFA/Drivers/Board/XPLAIN/Dataflash.h index 8832874ac..a0e09c711 100644 --- a/LUFA/Drivers/Board/XPLAIN/Dataflash.h +++ b/LUFA/Drivers/Board/XPLAIN/Dataflash.h @@ -39,6 +39,11 @@ /** \ingroup Group_Dataflash * @defgroup Group_Dataflash_XPLAIN XPLAIN * + * Board specific Dataflash driver header for the XPLAIN. + * + * \note This file should not be included directly. It is automatically included as needed by the dataflash driver + * dispatch header located in LUFA/Drivers/Board/Dataflash.h. + * * @{ */ @@ -49,7 +54,7 @@ #include "AT45DB642D.h" /* Preprocessor Checks: */ - #if !defined(INCLUDE_FROM_DATAFLASH_H) + #if !defined(__INCLUDE_FROM_DATAFLASH_H) #error Do not include this file directly. Include LUFA/Drivers/Board/Dataflash.h instead. #endif