Browse Source

Tweak/Consolidate followup (#21261)

Keith Bennett 3 years ago
parent
commit
3eb8e26174
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

729
 
729
 
730
 # BTT SKR 1.4 needs a UART3 tweak
730
 # BTT SKR 1.4 needs a UART3 tweak
731
 [env:LPC1768_btt_skr_v1_4]
731
 [env:LPC1768_btt_skr_v1_4]
732
-platform    = ${LPC1768.platform}
732
+platform    = ${env:LPC1768.platform}
733
 extends     = env:LPC1768
733
 extends     = env:LPC1768
734
 build_flags = ${env:LPC1768.build_flags} -DLPC_PINCFG_UART3_P4_28
734
 build_flags = ${env:LPC1768.build_flags} -DLPC_PINCFG_UART3_P4_28
735
 
735
 

Loading…
Cancel
Save