mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Initial cut on PixRacer target (squashed)
This commit is contained in:
parent
d215098bd1
commit
ed9fa1f56c
23 changed files with 595 additions and 55 deletions
|
@ -29,7 +29,7 @@
|
|||
#define STM32F7
|
||||
#endif
|
||||
|
||||
#if defined(STM32F40_41xxx) || defined (STM32F411xE)
|
||||
#if defined(STM32F40_41xxx) || defined (STM32F411xE) || defined (STM32F427_437xx)
|
||||
#include "stm32f4xx_conf.h"
|
||||
#include "stm32f4xx_rcc.h"
|
||||
#include "stm32f4xx_gpio.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue