|
@@ -380,7 +380,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
380
|
380
|
platform = ${common_stm32.platform}
|
381
|
381
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
382
|
382
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL
|
383
|
|
-build_unflags = -std=gnu11
|
|
383
|
+build_unflags = -std=gnu11 -std=gnu++11
|
384
|
384
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
385
|
385
|
lib_ignore = SPI
|
386
|
386
|
lib_deps = ${common.lib_deps}
|