Mercurial > flash_v2
diff packages/io/flash/current/src/legacy_dev.c @ 1750:fac0499dabd6
Move legacy macros from a public to an internal header file, to
facilitate future clean-ups
| author | bartv |
|---|---|
| date | Mon, 22 Nov 2004 13:25:23 +0000 |
| parents | 80232dbac7fb |
| children | 61fbcc1cb232 |
line wrap: on
line diff
--- a/packages/io/flash/current/src/legacy_dev.c +++ b/packages/io/flash/current/src/legacy_dev.c @@ -60,6 +60,7 @@ #define _FLASH_PRIVATE_ #include <cyg/io/flash.h> +#include "flash_legacy.h" // When this flag is set, do not actually jump to the relocated code. // This can be used for running the function in place (RAM startup only),
