💡 Comment variant timers

This commit is contained in:
Scott Lahteine
2022-02-04 12:39:30 -06:00
parent f42c1b4cae
commit d4801461f5
21 changed files with 54 additions and 56 deletions

View File

@ -107,8 +107,8 @@ extern "C" {
// TIM9 - STEP_TIMER
// TIM10 - TEMP_TIMER
// TIM11 -
#define TIMER_SERVO TIM2
#define TIMER_TONE TIM5
#define TIMER_SERVO TIM2 // TIMER_SERVO must be defined in this file
#define TIMER_TONE TIM5 // TIMER_TONE must be defined in this file
// UART Definitions
#define SERIAL_UART_INSTANCE 1