change #include "ocl.h" to <flash/nor/ocl.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "ocl.h" the following form should be used. #include <flash/nor/ocl.h> The exception is from .c files in the same directory.__archive__
parent
450ceda9ae
commit
afb6d38bd5
|
@ -19,7 +19,7 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
||||||
#include "ocl.h"
|
#include <flash/nor/ocl.h>
|
||||||
#include "dcc.h"
|
#include "dcc.h"
|
||||||
#include "samflash.h"
|
#include "samflash.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue