Skip to content

Commit

Permalink
Non-Maple timer flags
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 8, 2021
1 parent 8ef57b0 commit 5acb2b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define SKR_MINI_E3_V2

#define BOARD_CUSTOM_BUILD_FLAGS -DTONE_CHANNEL=4 -DTONE_TIMER=4
#define BOARD_CUSTOM_BUILD_FLAGS -DTONE_CHANNEL=4 -DTONE_TIMER=4 -DCHANNEL_TONE=4

// Onboard I2C EEPROM
#if NO_EEPROM_SELECTED
Expand Down
4 changes: 2 additions & 2 deletions ini/stm32f1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,12 @@ platform = ${ZONESTAR_ZM3E.platform}
extends = ZONESTAR_ZM3E
board = genericSTM32F103VC
board_build.variant = MARLIN_F103Vx
build_flags = ${ZONESTAR_ZM3E.build_flags} -DTONE_TIMER=1 -DTONE_CHANNEL=2
build_flags = ${ZONESTAR_ZM3E.build_flags} -DTIMER_TONE=1

[env:STM32F103VE_ZM3E4V2_USB]
platform = ${ZONESTAR_ZM3E.platform}
extends = ZONESTAR_ZM3E
board = genericSTM32F103VE
board_build.variant = MARLIN_F103Vx
build_flags = ${ZONESTAR_ZM3E.build_flags} -DTONE_TIMER=1 -DTONE_CHANNEL=2
build_flags = ${ZONESTAR_ZM3E.build_flags} -DTIMER_TONE=1
board_upload.maximum_size = 499712

0 comments on commit 5acb2b7

Please sign in to comment.