1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

remove double includes

This commit is contained in:
Steffen Windoffer 2016-11-17 22:02:38 +01:00
parent 14370426af
commit fc0b4e3b50
4 changed files with 0 additions and 6 deletions

View file

@ -27,7 +27,6 @@
#include "nvic.h"
#include "system.h"
#include "exti.h"
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
void SystemClock_Config(void);