1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

F446 support

This commit is contained in:
jflyper 2017-12-08 02:35:06 +09:00
parent f6c7003ab1
commit 67b9966dc6
11 changed files with 950 additions and 2 deletions

View file

@ -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)