Skip to content

Commit

Permalink
Use ststm32@~12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and lkrammes committed May 2, 2021
1 parent 9581e19 commit 10d5fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ini/stm32f1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# HAL/STM32 Base Environment values
#
[common_stm32]
platform = ststm32@~12.0
platform = ststm32@~12.1
build_flags = ${common.build_flags}
-std=gnu++14
-DUSBCON -DUSBD_USE_CDC
Expand All @@ -36,7 +36,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/b
# HAL/STM32F1 Common Environment values
#
[common_stm32f1]
platform = ststm32@~12.0
platform = ststm32@~12.1
board_build.core = maple
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
${common.build_flags}
Expand Down

0 comments on commit 10d5fad

Please sign in to comment.