Skip to content

Commit

Permalink
Fix MKS Robin Nano platformio.ini entry (#16826)
Browse files Browse the repository at this point in the history
  • Loading branch information
darksiah authored Feb 10, 2020
1 parent 3f87f91 commit d8b2726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
build_unflags = -std=gnu++11
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
lib_deps =
lib_deps = ${common.lib_deps}
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
lib_ignore = Adafruit NeoPixel, SPI

Expand Down

0 comments on commit d8b2726

Please sign in to comment.