浏览代码

Fix MKS Robin Nano platformio.ini entry (#16826)

darksiah 5 年前
父节点
当前提交
d8b2726fd3
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini 查看文件

@@ -489,7 +489,7 @@ build_flags   = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
489 489
 build_unflags = -std=gnu++11
490 490
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
491 491
 src_filter    = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
492
-lib_deps =
492
+lib_deps = ${common.lib_deps}
493 493
   SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
494 494
 lib_ignore    = Adafruit NeoPixel, SPI
495 495
 

正在加载...
取消
保存