Initial restructuring of the core USB driver module to support multiple architectures...
[pub/USBasp.git] / LUFA / Drivers / Board / EVK527 / Dataflash.h
index fdf49c1..4060847 100644 (file)
@@ -38,7 +38,7 @@
  */
 
 /** \ingroup Group_Dataflash
- *  @defgroup Group_Dataflash_EVK527 EVK527
+ *  \defgroup Group_Dataflash_EVK527 EVK527
  *
  *  Board specific Dataflash driver header for the Atmel EVK527.
  *
@@ -52,7 +52,7 @@
 #define __DATAFLASH_EVK527_H__
 
        /* Includes: */
-               #include "AT45DB321C.h"
+               #include "../../Misc/AT45DB321C.h"
 
        /* Preprocessor Checks: */
                #if !defined(__INCLUDE_FROM_DATAFLASH_H)