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.__archive__
parent
f52a596860
commit
54063d7294
|
@ -22,7 +22,7 @@
|
|||
#endif
|
||||
|
||||
#include "avrf.h"
|
||||
#include "avrt.h"
|
||||
#include <target/avrt.h>
|
||||
#include "flash.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue