Skip to content

Commit

Permalink
Fix LERDGE 'extends' env references (MarlinFirmware#21305)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
  • Loading branch information
thisiskeithb and thinkyhead committed Mar 10, 2021
1 parent 8c51219 commit 4d6ebf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ board_build.firmware = Lerdge_X_firmware_force.bin
#
[env:LERDGEX_usb_flash_drive]
platform = ${env:LERDGEX.platform}
extends = LERDGEX
extends = env:LERDGEX
platform_packages = ${stm32_flash_drive.platform_packages}
build_flags = ${stm32_flash_drive.build_flags}

Expand All @@ -1418,7 +1418,7 @@ board_build.firmware = Lerdge_firmware_force.bin
#
[env:LERDGES_usb_flash_drive]
platform = ${env:LERDGES.platform}
extends = LERDGES
extends = env:LERDGES
platform_packages = ${stm32_flash_drive.platform_packages}
build_flags = ${stm32_flash_drive.build_flags}

Expand All @@ -1437,7 +1437,7 @@ build_flags = ${lerdge_common.build_flags}
#
[env:LERDGEK_usb_flash_drive]
platform = ${env:LERDGEK.platform}
extends = LERDGEK
extends = env:LERDGEK
platform_packages = ${stm32_flash_drive.platform_packages}
build_flags = ${stm32_flash_drive.build_flags}

Expand Down

0 comments on commit 4d6ebf9

Please sign in to comment.