Browse Source

Fix mega2560ext environment (#19730)

Jason Smith 3 years ago
parent
commit
fd8d83b7c8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

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

Loading…
Cancel
Save