Toyomasa Watarai / Mbed 2 deprecated eVY1_SMF_player

Dependencies:   DirectoryList SDFileSystem mbed

Files at this revision

API Documentation at this revision

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;