Browse Source

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

darksiah 5 years ago
parent
commit
d8b2726fd3
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

@@ -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
 

Loading…
Cancel
Save