Add SERVO, TONE timers to variant for better STEVAL_3DP001V1 support (#16538)

This commit is contained in:
Bob Kuhn 2020-01-13 00:26:17 -06:00 committed by Scott Lahteine
parent 55b2af9464
commit c4ffe74d71
3 changed files with 10 additions and 2 deletions

View file

@ -190,6 +190,14 @@ extern "C" {
#define PIN_SERIAL_RX PA10
#define PIN_SERIAL_TX PA9
// Timer Definitions
//Do not use timer used by PWM pins when possible. See PinMap_PWM in PeripheralPins.c
#define TIMER_TONE TIM10
// Do not use basic timer: OC is required
#define TIMER_SERVO TIM11 //TODO: advanced-control timers don't work
/* SD detect signal */
/*
* By default, R67 is not provided, so SD card detect is not used.