Skip to content
Snippets Groups Projects
Commit 227951a4 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Tweak platformio.ini alignment

parent 3f4636e9
Branches
Tags
No related merge requests found
......@@ -357,8 +357,8 @@ monitor_speed = 250000
platform = ststm32@>=5.7.0
framework = arduino
board = armed_v1
build_flags =
${common.build_flags} -DUSBCON -DUSBD_VID=0x0483 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="ARMED_V1"' -DUSBD_USE_CDC
build_flags = ${common.build_flags}
-DUSBCON -DUSBD_VID=0x0483 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="ARMED_V1"' -DUSBD_USE_CDC
-O2 -ffreestanding -fsigned-char -fno-move-loop-invariants -fno-strict-aliasing -std=gnu11 -std=gnu++11
-IMarlin/src/HAL/HAL_STM32
lib_deps = ${common.lib_deps}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment