mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
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