From: Dean Camera Date: Wed, 18 May 2011 12:24:56 +0000 (+0000) Subject: Oops - fix bad include path in the moved USBKEY Dataflash board driver header. X-Git-Tag: LUFA-111009-BETA~116 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/41de1d1dab863c7b769f6e492c36c115994c403d?ds=inline Oops - fix bad include path in the moved USBKEY Dataflash board driver header. --- diff --git a/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h b/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h index e54f0d838..239828f84 100644 --- a/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h +++ b/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h @@ -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)