소스 검색

Fix mega2560ext environment (#19730)

Jason Smith 3 년 전
부모
커밋
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…
취소
저장