💡 Comment variant timers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user