Added board driver support for the Busware TUL board.
[pub/USBasp.git] / LUFA / Drivers / Board / AVR8 / USBKEY / Dataflash.h
index e54f0d8..c5be101 100644 (file)
@@ -49,7 +49,8 @@
 #define __DATAFLASH_USBKEY_H__
 
        /* Includes: */
-               #include "../../Misc/AT45DB642D.h"
+               #include "../../../../Common/Common.h"
+               #include "../../../Misc/AT45DB642D.h"
 
        /* Preprocessor Checks: */
                #if !defined(__INCLUDE_FROM_DATAFLASH_H)
@@ -85,7 +86,7 @@
                        #define DATAFLASH_PAGES                      8192
 
                /* Inline Functions: */
-                       /** Initialises the dataflash driver so that commands and data may be sent to an attached dataflash IC.
+                       /** Initializes the dataflash driver so that commands and data may be sent to an attached dataflash IC.
                         *  The microcontroller's SPI driver MUST be initialized before any of the dataflash commands are used.
                         */
                        static inline void Dataflash_Init(void)