From 41e92d8a7a987a5bbdeb7e5b36595c8bcc62e620 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:38 -0800 Subject: [PATCH] change #include "arm966e.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm966e.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/flash/nor/str9x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nor/str9x.c b/src/flash/nor/str9x.c index 7b345809f..045ab20bb 100644 --- a/src/flash/nor/str9x.c +++ b/src/flash/nor/str9x.c @@ -28,7 +28,7 @@ #endif #include "str9x.h" -#include "arm966e.h" +#include #include -- 2.11.4.GIT