mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: advanced timers are now determined automatically on L4+
This commit is contained in:
parent
7a6f2c8e28
commit
95437d248f
|
@ -250,11 +250,6 @@
|
|||
#define STM32_I2C_I2C4_DMA_PRIORITY 3
|
||||
#define STM32_I2C_DMA_ERROR_HOOK(i2cp) STM32_DMA_ERROR_HOOK(i2cp)
|
||||
|
||||
/*
|
||||
* PWM driver system settings.
|
||||
*/
|
||||
#define STM32_PWM_USE_ADVANCED FALSE
|
||||
|
||||
/*
|
||||
* RTC driver system settings.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue