Skip to content

Commit 15ce6b6

Browse files
committed
Merge branch 'release/v1.4.1'
2 parents 2d9bba8 + 1c429b9 commit 15ce6b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
RANLIB="pic32-ranlib",
2929
SIZETOOL="pic32-size",
3030

31-
ARFLAGS=["rcs"],
31+
ARFLAGS=["rc"],
3232

3333
ASFLAGS=[
3434
"-g1",

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-microchippic32.git"
1414
},
15-
"version": "1.4.0",
15+
"version": "1.4.1",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json"

0 commit comments

Comments
 (0)