Procházet zdrojové kódy

🐛 Fix Lerdge USB Flash Drive envs (#21847)

Victor Oliveira před 3 roky
rodič
revize
4335f4e41f
No account linked to committer's email address
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      ini/stm32f4.ini

+ 3
- 3
ini/stm32f4.ini Zobrazit soubor

@@ -282,7 +282,7 @@ board_build.firmware = Lerdge_X_firmware_force.bin
282 282
 platform          = ${env:LERDGEX.platform}
283 283
 extends           = env:LERDGEX
284 284
 platform_packages = ${stm_flash_drive.platform_packages}
285
-build_flags       = ${stm_flash_drive.build_flags}
285
+build_flags       = ${stm_flash_drive.build_flags} ${lerdge_common.build_flags}
286 286
 
287 287
 #
288 288
 # Lerdge S
@@ -299,7 +299,7 @@ board_build.firmware = Lerdge_firmware_force.bin
299 299
 platform          = ${env:LERDGES.platform}
300 300
 extends           = env:LERDGES
301 301
 platform_packages = ${stm_flash_drive.platform_packages}
302
-build_flags       = ${stm_flash_drive.build_flags}
302
+build_flags       = ${stm_flash_drive.build_flags} ${lerdge_common.build_flags}
303 303
 
304 304
 #
305 305
 # Lerdge K
@@ -317,7 +317,7 @@ build_flags          = ${lerdge_common.build_flags} -DLERDGEK
317 317
 platform          = ${env:LERDGEK.platform}
318 318
 extends           = env:LERDGEK
319 319
 platform_packages = ${stm_flash_drive.platform_packages}
320
-build_flags       = ${stm_flash_drive.build_flags}
320
+build_flags       = ${stm_flash_drive.build_flags} ${lerdge_common.build_flags}
321 321
 
322 322
 #
323 323
 # RUMBA32

Loading…
Zrušit
Uložit