Move out Dataflash IC command constants headers into the general LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
This commit is contained in:
parent
3d4d8e7f62
commit
e0a3f26978
11 changed files with 214 additions and 561 deletions
|
@ -52,7 +52,7 @@
|
|||
#define __DATAFLASH_XPLAIN_H__
|
||||
|
||||
/* Includes: */
|
||||
#include "AT45DB642D.h"
|
||||
#include "../../Misc/AT45DB642D.h"
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
#if !defined(__INCLUDE_FROM_DATAFLASH_H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue