Mercurial > ecos
diff packages/io/flash/current/include/flash.h @ 184:022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
| author | jlarmour |
|---|---|
| date | Tue, 02 Oct 2001 18:28:24 +0000 |
| parents | 4c750ce71ae3 |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/io/flash/current/include/flash.h +++ b/packages/io/flash/current/include/flash.h @@ -47,7 +47,7 @@ #include <pkgconf/io_flash.h> #include <cyg/hal/hal_cache.h> -typedef int _printf(char* fmt, ...); +typedef int _printf(const char *fmt, ...); #define FLASH_MIN_WORKSPACE CYGNUM_FLASH_WORKSPACE_SIZE // Space used by FLASH code
