Browse Source

Fix Fysetc S6 PIO env (#17865)

MigueKun 5 years ago
parent
commit
714df3001a
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      platformio.ini

+ 2
- 1
platformio.ini View File

@@ -684,10 +684,11 @@ build_flags       = ${common.build_flags}
684 684
   -DTARGET_STM32F4 -std=gnu++14
685 685
   -DVECT_TAB_OFFSET=0x10000
686 686
   -DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED -DUSBD_VID=0x0483 '-DUSB_PRODUCT="FYSETC_S6"'
687
+  -IMarlin/src/HAL/STM32
687 688
 build_unflags     = -std=gnu++11
688 689
 extra_scripts     = pre:buildroot/share/PlatformIO/scripts/fysetc_STM32S6.py
689 690
 src_filter        = ${common.default_src_filter} +<src/HAL/STM32>
690
-lib_ignore        = Arduino-L6470
691
+lib_ignore        = Arduino-L6470, SoftwareSerial
691 692
 debug_tool        = stlink
692 693
 #upload_protocol   = stlink
693 694
 upload_protocol   = serial

Loading…
Cancel
Save