Mercurial > ecos
changeset 2673:f3e0cac7b6d2
* tests/flash[23].c: Fixed copy'n'paste typos in a naming: flash1 ->
flash{2,3}.
| author | asl |
|---|---|
| date | Sun, 30 Nov 2008 09:50:54 +0000 |
| parents | e535f3bda77b |
| children | f85e58b7f2ad |
| files | packages/devs/flash/synthv2/current/ChangeLog packages/devs/flash/synthv2/current/tests/flash2.c packages/devs/flash/synthv2/current/tests/flash3.c |
| diffstat | 3 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/flash/synthv2/current/ChangeLog +++ b/packages/devs/flash/synthv2/current/ChangeLog @@ -1,3 +1,8 @@ +2008-11-28 Sergei Gavrikov <sergei.gavrikov@gmail.com> + + * tests/flash[23].c: Fixed copy'n'paste typos in a naming: flash1 -> + flash{2,3}. + 2008-11-19 Simon Kallweit <simon.kallweit@intefo.ch> * src/synth.c: Removed cyg_hal_sys_do_mmap() wrapper function.
--- a/packages/devs/flash/synthv2/current/tests/flash2.c +++ b/packages/devs/flash/synthv2/current/tests/flash2.c @@ -3,7 +3,7 @@ static char copyright[] = "//==========================================================================" "//" -"// flash1.c" +"// flash2.c" "//" "// Test flash operations for the synth target synth flash driver" "//" @@ -207,9 +207,9 @@ void cyg_user_start(void) *(char *)flash_start = 'a'; #endif - CYG_TEST_PASS_FINISH("flash1"); + CYG_TEST_PASS_FINISH("flash2"); } #endif /* ifndef NA_MSG */ -/* EOF flash1.c */ +/* EOF flash2.c */
--- a/packages/devs/flash/synthv2/current/tests/flash3.c +++ b/packages/devs/flash/synthv2/current/tests/flash3.c @@ -3,7 +3,7 @@ static char copyright[] = "//==========================================================================" "//" -"// flash1.c" +"// flash3.c" "//" "// Test flash operations for the synth target synth flash driver" "//" @@ -245,4 +245,4 @@ void cyg_user_start(void) #endif /* ifndef NA_MSG */ -/* EOF flash1.c */ +/* EOF flash3.c */
