mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Oops - fix bad include path in the moved USBKEY Dataflash board driver header.
This commit is contained in:
parent
910bca557c
commit
41de1d1dab
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user