mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
F446 support
This commit is contained in:
parent
f6c7003ab1
commit
67b9966dc6
11 changed files with 950 additions and 2 deletions
|
@ -82,7 +82,7 @@ const timerDef_t timerDefinitions[HARDWARE_TIMER_DEFINITION_COUNT] = {
|
|||
|
||||
uint32_t timerClock(TIM_TypeDef *tim)
|
||||
{
|
||||
#if defined (STM32F411xE)
|
||||
#if defined (STM32F411xE) || defined (STM32F446xx)
|
||||
UNUSED(tim);
|
||||
return SystemCoreClock;
|
||||
#elif defined (STM32F40_41xxx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue