#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)
#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)