Skip to content
Snippets Groups Projects
Commit 41de1d1d authored by Dean Camera's avatar Dean Camera
Browse files

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

parent 910bca55
Branches
No related tags found
No related merge requests found
...@@ -49,7 +49,8 @@ ...@@ -49,7 +49,8 @@
#define __DATAFLASH_USBKEY_H__ #define __DATAFLASH_USBKEY_H__
/* Includes: */ /* Includes: */
#include "../../Misc/AT45DB642D.h" #include "../../../../Common/Common.h"
#include "../../../Misc/AT45DB642D.h"
/* Preprocessor Checks: */ /* Preprocessor Checks: */
#if !defined(__INCLUDE_FROM_DATAFLASH_H) #if !defined(__INCLUDE_FROM_DATAFLASH_H)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment