1
0
Fork 0
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:
blckmn 2016-06-08 10:25:10 +10:00 committed by blckmn
parent fcbccf7017
commit 33fdf5ac83
2 changed files with 48 additions and 0 deletions

View file

@ -17,6 +17,8 @@
#pragma once
#include "platform/common.h"
#if defined(STM32F40_41xxx) || defined (STM32F411xE)
#include "stm32f4xx_conf.h"
#include "stm32f4xx_rcc.h"