Index: devs/flash/synth//current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/synth/current/ChangeLog,v retrieving revision 1.3 diff -u -r1.3 ChangeLog --- devs/flash/synth//current/ChangeLog 23 May 2002 23:01:05 -0000 1.3 +++ devs/flash/synth//current/ChangeLog 20 Nov 2003 17:04:48 -0000 @@ -1,3 +1,8 @@ +2003-11-20 Jani Monoses + + tests/flash1.c: Update flash_init() call to reflect + new prototype. + 2002-01-23 Jonathan Larmour * cdl/flash_synth.cdl: Add CYGMEM_FLASH_SYNTH_BASE to allow Index: devs/flash/synth//current/tests/flash1.c =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/synth/current/tests/flash1.c,v retrieving revision 1.3 diff -u -r1.3 flash1.c --- devs/flash/synth//current/tests/flash1.c 23 May 2002 23:01:06 -0000 1.3 +++ devs/flash/synth//current/tests/flash1.c 20 Nov 2003 17:04:48 -0000 @@ -87,7 +87,7 @@ CYG_TEST_INIT(); - ret=flash_init(NULL,0,(_printf *)diag_printf); + ret=flash_init((_printf *)diag_printf); CYG_TEST_PASS_FAIL((ret == FLASH_ERR_OK),"flash_init");