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:
parent
bef18e4fd7
commit
3582e459a4
8 changed files with 1294 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue