forked from platformio/platformio-core
Fix incorrect line order when converting from INO to CPP and pointer is used
This commit is contained in:
@@ -40,6 +40,8 @@ void myFunction(struct Item *item) {
|
||||
|
||||
}
|
||||
|
||||
#warning "Line number is 43"
|
||||
|
||||
void fooCallback(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user