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