Skip to content

Commit

Permalink
Merge branch 'release/v4.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 31, 2019
2 parents b873ddf + 7e35ef5 commit ede0fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
env.Append(
CPPDEFINES=[
("ARDUINO", 10805),
("TEENSYDUINO", int(FRAMEWORK_VERSION.split(".")[1]))
("TEENSYDUINO", int(FRAMEWORK_VERSION.split(".")[1])),
"CORE_TEENSY"
],

CPPPATH=[
Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-teensy.git"
},
"version": "4.4.0",
"version": "4.5.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down Expand Up @@ -46,7 +46,7 @@
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~5.51203.0"
"version": "~5.51401.0"
},
"tool-teensy": {
"type": "uploader",
Expand Down

0 comments on commit ede0fd5

Please sign in to comment.