change #include "membuf.h" to <helper/membuf.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "membuf.h" the following form should be used. #include <helper/membuf.h> The exception is from .c files in the same directory.
This commit is contained in:
parent
c79cca04be
commit
6c3a28ca26
|
@ -62,7 +62,7 @@
|
|||
#include <stddef.h>
|
||||
#include "types.h"
|
||||
#include "flash.h"
|
||||
#include "membuf.h"
|
||||
#include <helper/membuf.h>
|
||||
#include "at91sam3.h"
|
||||
#include "time_support.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue