瀏覽代碼

Fix mega2560ext environment (#19730)

Jason Smith 4 年之前
父節點
當前提交
fd8d83b7c8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini 查看文件

@@ -445,7 +445,7 @@ board               = megaatmega2560
445 445
 #
446 446
 [env:mega2560ext]
447 447
 platform            = atmelavr
448
-extends             = mega2560
448
+extends             = env:mega2560
449 449
 board               = megaatmega2560
450 450
 board_build.variant = megaextendedpins
451 451
 extra_scripts       = ${common.extra_scripts}

Loading…
取消
儲存