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:
Dean Camera 2011-02-19 18:45:50 +00:00
parent 3d4d8e7f62
commit e0a3f26978
11 changed files with 214 additions and 561 deletions

View file

@ -52,7 +52,7 @@
#define __DATAFLASH_XPLAIN_H__
/* Includes: */
#include "AT45DB642D.h"
#include "../../Misc/AT45DB642D.h"
/* Preprocessor Checks: */
#if !defined(__INCLUDE_FROM_DATAFLASH_H)