X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a4ebf4e92061bf1eec9224e64bc823ca7bedada4..fc31973daffea3506051ce51a5f79383ce0867d6:/LUFA/Drivers/Board/USBKEY/Dataflash.h diff --git a/LUFA/Drivers/Board/USBKEY/Dataflash.h b/LUFA/Drivers/Board/USBKEY/Dataflash.h index 2ada30039..75bf28932 100644 --- a/LUFA/Drivers/Board/USBKEY/Dataflash.h +++ b/LUFA/Drivers/Board/USBKEY/Dataflash.h @@ -29,6 +29,7 @@ */ /** \file + * \brief Board specific Dataflash driver header for the USBKEY. * * Board specific Dataflash driver header for the USBKEY. * @@ -54,7 +55,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