Skip to content

Commit

Permalink
Update Teensyduino to v1.59
Browse files Browse the repository at this point in the history
Resolves #112, resolves #109
  • Loading branch information
valeros committed Feb 9, 2024
1 parent b003257 commit f8e6bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"-fno-exceptions",
"-felide-constructors",
"-fno-rtti",
"-std=gnu++14",
"-std=gnu++17",
"-Wno-error=narrowing",
"-fpermissive"
],
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.158.0"
"version": "~1.159.0"
},
"framework-zephyr": {
"type": "framework",
Expand Down

0 comments on commit f8e6bab

Please sign in to comment.