change #include "avrt.h" to <target/avrt.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "avrt.h"

the following form should be used.

	#include <target/avrt.h>

The exception is from .c files in the same directory.
This commit is contained in:
Zachary T Welch 2009-12-03 04:14:44 -08:00
parent f52a596860
commit 54063d7294
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#endif
#include "avrf.h"
#include "avrt.h"
#include <target/avrt.h>
#include "flash.h"