Fix error with conflicting declaration of a prototype (Arduino sketch preprocessor)

This commit is contained in:
Ivan Kravets
2019-03-20 18:49:20 +02:00
parent 86e4641101
commit d7e2d05f60
3 changed files with 19 additions and 3 deletions
+8
View File
@@ -49,4 +49,12 @@ void fooCallback(){
}
extern "C" {
void some_extern(const char *fmt, ...);
};
void some_extern(const char *fmt, ...) {
}
// юнікод