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

Moved cortex header to translation unit, added stopMotors

This commit is contained in:
Andrey Mironov 2018-07-25 11:37:27 +03:00
parent 134616ed32
commit 1ddfd9817d
3 changed files with 8 additions and 1 deletions

View file

@ -30,6 +30,8 @@
#include "drivers/nvic.h"
#include "drivers/system.h"
#include "stm32f7xx_ll_cortex.h"
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
void SystemClock_Config(void);