Dependencies: mbed SDFileSystem
Revision 2:514cf0e05a63, committed 2010-07-08
- 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 |
diff -r d2f06e666bc9 -r 514cf0e05a63 main.cpp --- 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); }