forked from platformio/platformio-core
Fix error with conflicting declaration of a prototype (Arduino sketch preprocessor)
This commit is contained in:
@@ -49,4 +49,12 @@ void fooCallback(){
|
||||
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
void some_extern(const char *fmt, ...);
|
||||
};
|
||||
|
||||
void some_extern(const char *fmt, ...) {
|
||||
|
||||
}
|
||||
|
||||
// юнікод
|
||||
|
||||
Reference in New Issue
Block a user