# HG changeset patch # User jlarmour # Date 1235167280 0 # Node ID cf9c31278698b59cf0479030377a0b7db956f8db # Parent baf24a92db0a8d09a31c14088df4ecafece9f5dd * test/m25pxx_test.c (cyg_user_start): Call cyg_flash_init() with NULL argument. diff --git a/packages/devs/flash/spi/m25pxx/current/ChangeLog b/packages/devs/flash/spi/m25pxx/current/ChangeLog --- a/packages/devs/flash/spi/m25pxx/current/ChangeLog +++ b/packages/devs/flash/spi/m25pxx/current/ChangeLog @@ -1,3 +1,8 @@ +2009-02-20 Jonathan Larmour + + * test/m25pxx_test.c (cyg_user_start): Call cyg_flash_init() with + NULL argument. + 2009-02-18 Jonathan Larmour * test/m25pxx_test.c (cyg_user_start): Update for minor flash API diff --git a/packages/devs/flash/spi/m25pxx/current/test/m25pxx_test.c b/packages/devs/flash/spi/m25pxx/current/test/m25pxx_test.c --- a/packages/devs/flash/spi/m25pxx/current/test/m25pxx_test.c +++ b/packages/devs/flash/spi/m25pxx/current/test/m25pxx_test.c @@ -377,7 +377,7 @@ void cyg_user_start do_version(); diag_printf ("----\nChecking for M25Pxx compatible devices.\n"); cyg_flash_set_global_printf((cyg_flash_printf *)&diag_printf); - cyg_flash_init(); + cyg_flash_init(NULL); CYG_TEST_INIT(); cyg_thread_create( 10, // Arbitrary priority