Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DirectoryList SDFileSystem mbed
Revision 3:2a58b7f4b0cb, committed 2017-01-06
- Comitter:
- MACRUM
- Date:
- Fri Jan 06 10:58:07 2017 +0000
- Parent:
- 2:4bcf9c18896b
- Commit message:
- Add dummy error function
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4bcf9c18896b -r 2a58b7f4b0cb main.cpp --- a/main.cpp Mon Jan 04 08:21:32 2016 +0000 +++ b/main.cpp Fri Jan 06 10:58:07 2017 +0000 @@ -49,6 +49,7 @@ #define DEBUG_PRINT(...) { pc.printf(__VA_ARGS__);} #else #define DEBUG_PRINT(...) +void error(const char* format, ...) {} #endif FILE *fp;