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 d4af985eb8
commit d9e6111ac3
3 changed files with 18 additions and 2 deletions

View File

@@ -49,4 +49,12 @@ void fooCallback(){
}
extern "C" {
void some_extern(const char *fmt, ...);
};
void some_extern(const char *fmt, ...) {
}
// юнікод