Browse Source

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

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

@@ -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…
Cancel
Save