forked from platformio/platformio-core
Fix toolchain name for microchippic32
This commit is contained in:
@@ -28,7 +28,7 @@ class Microchippic32Platform(BasePlatform):
|
|||||||
|
|
||||||
PACKAGES = {
|
PACKAGES = {
|
||||||
|
|
||||||
"toolchain-gccmicrochippic32": {
|
"toolchain-microchippic32": {
|
||||||
"alias": "toolchain",
|
"alias": "toolchain",
|
||||||
"default": True
|
"default": True
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user