Skip to content

Commit

Permalink
Update Arduino packages to v1.0.4
Browse files Browse the repository at this point in the history
Resolves #12
  • Loading branch information
valeros committed Sep 20, 2023
1 parent f5316f8 commit 494b0de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def load_flags(filename):
("ARDUINO", 10810),
"ARDUINO_ARCH_RENESAS",
"ARDUINO_FSP",
"_XOPEN_SOURCE",
("_XOPEN_SOURCE", 700),
("F_CPU", "$BOARD_F_CPU")
],

Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.0.2"
"version": "~1.0.4"
},
"framework-arduinorenesas-portenta": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.0.2"
"version": "~1.0.4"
},
"framework-renesas-fsp": {
"type": "framework",
Expand Down

0 comments on commit 494b0de

Please sign in to comment.