sample of problem: M0 restarted by file-open-close repeat 146 times

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
okano
Date:
Tue Apr 17 06:10:59 2012 +0000
Parent:
0:499e5f2fe4b3
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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 );