mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-19 17:25:23 +02:00
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