1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

STM32F4: Platform defines and common system file placement

This commit is contained in:
blckmn 2016-06-08 06:53:40 +10:00
parent bef18e4fd7
commit 3582e459a4
8 changed files with 1294 additions and 12 deletions

View file

@ -22,6 +22,7 @@
#include "stm32f4xx_rcc.h"
#include "stm32f4xx_gpio.h"
#include "core_cm4.h"
#include "common_stm32f4xx.h"
// Chip Unique ID on F405
#define U_ID_0 (*(uint32_t*)0x1fff7a10)