Browse Source

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.
tags/v0.4.0-rc1
Zachary T Welch 14 years ago
parent
commit
54063d7294
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/flash/nor/avrf.c

+ 1
- 1
src/flash/nor/avrf.c View File

@@ -22,7 +22,7 @@
#endif

#include "avrf.h"
#include "avrt.h"
#include <target/avrt.h>
#include "flash.h"




Loading…
Cancel
Save