Overrides to prevent STM32 timer conflicts (#20545)

This commit is contained in:
Jason Smith
2020-12-22 04:02:25 -08:00
committed by GitHub
parent c1b900aae9
commit 5e3be83dbb
7 changed files with 20 additions and 1 deletions

View File

@@ -31,6 +31,10 @@
#define BOARD_WEBSITE_URL "github.com/FLYmaker/FLYF407ZG"
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
// Avoid conflict with fans and TIMER_TONE
#define TEMP_TIMER 3
#define STEP_TIMER 5
//
// EEPROM Emulation
//