Skip to content

Commit

Permalink
Disable low_power.* in framework
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 29, 2021
1 parent 2ac1513 commit 6ddaaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini/stm32f1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ board = genericSTM32F103ZE
board_build.variant = MARLIN_F103Zx
board_build.offset = 0x7000
build_flags = ${stm32_variant.build_flags}
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5 -DHAL_PWR_MODULE_ONLY
build_unflags = ${stm32_variant.build_unflags}
-DUSBCON -DUSBD_USE_CDC

Expand Down

0 comments on commit 6ddaaaa

Please sign in to comment.