From 1650ab3a22d62c834126138f253643031c8418ba Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:45 -0800 Subject: change #include "embeddedice.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "embeddedice.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/flash/nor/ecos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/nor/ecos.c') diff --git a/src/flash/nor/ecos.c b/src/flash/nor/ecos.c index f689e15..ca8f3f5 100644 --- a/src/flash/nor/ecos.c +++ b/src/flash/nor/ecos.c @@ -22,7 +22,7 @@ #endif #include "flash.h" -#include "embeddedice.h" +#include #include "image.h" #include -- cgit v1.1