Oops - fix bad include path in the moved USBKEY Dataflash board driver header.

This commit is contained in:
Dean Camera 2011-05-18 12:24:56 +00:00
parent 910bca557c
commit 41de1d1dab
1 changed files with 2 additions and 1 deletions

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