Tedd OKANO
/
M0_restert_by_file_open_close_repeat
sample of problem: M0 restarted by file-open-close repeat 146 times
Diff: main.cpp
- Revision:
- 1:15bd9459aa18
- Parent:
- 0:499e5f2fe4b3
diff -r 499e5f2fe4b3 -r 15bd9459aa18 main.cpp --- a/main.cpp Tue Apr 17 06:02:49 2012 +0000 +++ b/main.cpp Tue Apr 17 06:10:59 2012 +0000 @@ -10,7 +10,7 @@ wait( 0.1 ); while ( 1 ) { - fp = fopen( "/Local/a.a", "r" ); + fp = fopen( "/Local/TEST.csv", "r" ); if (!fp) { printf( "error %d\r\n", i ); exit( 1 );