Browse Source

change #include "ocl.h" to <flash/nor/ocl.h>

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

	#include "ocl.h"

the following form should be used.

	#include <flash/nor/ocl.h>

The exception is from .c files in the same directory.
tags/v0.4.0-rc1
Zachary T Welch 14 years ago
parent
commit
afb6d38bd5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/flash/ocl/at91sam7x/main.c

+ 1
- 1
src/flash/ocl/at91sam7x/main.c View File

@@ -19,7 +19,7 @@
***************************************************************************/
#include "platform.h"

#include "ocl.h"
#include <flash/nor/ocl.h>
#include "dcc.h"
#include "samflash.h"



Loading…
Cancel
Save