-
- Downloads
change #include "image.h" to <target/image.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "image.h" the following form should be used. #include <target/image.h> The exception is from .c files in the same directory.
Showing
- src/flash/flash.c 1 addition, 1 deletionsrc/flash/flash.c
- src/flash/nor/ecos.c 1 addition, 1 deletionsrc/flash/nor/ecos.c
- src/flash/nor/faux.c 1 addition, 1 deletionsrc/flash/nor/faux.c
- src/flash/nor/lpc2900.c 1 addition, 1 deletionsrc/flash/nor/lpc2900.c
- src/server/gdb_server.c 1 addition, 1 deletionsrc/server/gdb_server.c
Loading
Please register or sign in to comment