Skip to content

Commit

Permalink
More LERDGE envs followup (MarlinFirmware#21205)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and W4tel-BiDi committed Apr 5, 2021
1 parent 8592978 commit 64a367c
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 @@ -1385,7 +1385,7 @@ board_build.firmware = Lerdge_X_firmware_force.bin
# Lerdge X with USB Flash Drive Support
#
[env:LERDGEX_usb_flash_drive]
platform = ${LERDGEX.platform}
platform = ${env:LERDGEX.platform}
extends = LERDGEX
platform_packages = ${stm32_flash_drive.platform_packages}
build_flags = ${stm32_flash_drive.build_flags}
Expand All @@ -1402,7 +1402,7 @@ board_build.firmware = Lerdge_firmware_force.bin
# Lerdge S with USB Flash Drive Support
#
[env:LERDGES_usb_flash_drive]
platform = ${LERDGES.platform}
platform = ${env:LERDGES.platform}
extends = LERDGES
platform_packages = ${stm32_flash_drive.platform_packages}
build_flags = ${stm32_flash_drive.build_flags}
Expand All @@ -1421,7 +1421,7 @@ build_flags = ${lerdge_common.build_flags}
# Lerdge K with USB Flash Drive Support
#
[env:LERDGEK_usb_flash_drive]
platform = ${LERDGEK.platform}
platform = ${env:LERDGEK.platform}
extends = LERDGEK
platform_packages = ${stm32_flash_drive.platform_packages}
build_flags = ${stm32_flash_drive.build_flags}
Expand Down

0 comments on commit 64a367c

Please sign in to comment.