mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
STM32F4: Added the common platform.h as per suggestion
This commit is contained in:
parent
fcbccf7017
commit
33fdf5ac83
2 changed files with 48 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "platform/common.h"
|
||||
|
||||
#if defined(STM32F40_41xxx) || defined (STM32F411xE)
|
||||
#include "stm32f4xx_conf.h"
|
||||
#include "stm32f4xx_rcc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue