Dependencies:   mbed SDFileSystem

Files at this revision

API Documentation at this revision

Comitter:
nucho
Date:
Thu Jul 08 05:19:52 2010 +0000
Parent:
1:d2f06e666bc9
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 08 04:43:03 2010 +0000
+++ b/main.cpp	Thu Jul 08 05:19:52 2010 +0000
@@ -184,7 +184,7 @@
     init_lcd();
 
     if ((fpi=fopen("/sd/sample.bmp", "rb")) == NULL) {
-        printf(stderr, "input file open error\n");
+        fprintf(stderr, "input file open error\n");
         exit(1);
     }