mirror of
https://github.com/platformio/platformio-core.git
synced 2026-05-05 12:24:09 +02:00
Update INO2CPP examples
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
char buf[5];
|
||||
|
||||
void setup() {
|
||||
barFunc();
|
||||
fooFunc();
|
||||
}
|
||||
|
||||
@@ -8,5 +9,5 @@ void loop() {
|
||||
}
|
||||
|
||||
char* fooFunc() {
|
||||
|
||||
return buf;
|
||||
}
|
||||
Reference in New Issue
Block a user