💡 Comment variant timers

This commit is contained in:
Scott Lahteine
2022-05-07 15:48:13 -05:00
parent f42c1b4cae
commit d4801461f5
21 changed files with 54 additions and 56 deletions
@@ -245,9 +245,9 @@ extern "C" {
// Timer Definitions
// Do not use timer used by PWM pins when possible. See PinMap_PWM in PeripheralPins.c
#define TIMER_TONE TIM7
#define TIMER_SERVO TIM5
#define TIMER_SERIAL TIM2
#define TIMER_TONE TIM7 // TIMER_TONE must be defined in this file
#define TIMER_SERVO TIM5 // TIMER_SERVO must be defined in this file
#define TIMER_SERIAL TIM2 // TIMER_SERIAL must be defined in this file
// UART Definitions
// Define here Serial instance number to map on Serial generic name