mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
remove double includes
This commit is contained in:
parent
14370426af
commit
fc0b4e3b50
4 changed files with 0 additions and 6 deletions
|
@ -28,7 +28,6 @@
|
||||||
#include "build/build_config.h"
|
#include "build/build_config.h"
|
||||||
|
|
||||||
#include "config/config_eeprom.h"
|
#include "config/config_eeprom.h"
|
||||||
#include "config/config_master.h"
|
|
||||||
|
|
||||||
#if !defined(FLASH_SIZE)
|
#if !defined(FLASH_SIZE)
|
||||||
#error "Flash size not defined for target. (specify in KB)"
|
#error "Flash size not defined for target. (specify in KB)"
|
||||||
|
@ -295,4 +294,3 @@ void readEEPROM(void)
|
||||||
|
|
||||||
resumeRxSignal();
|
resumeRxSignal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
#include "nvic.h"
|
#include "nvic.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#include "exti.h"
|
|
||||||
|
|
||||||
|
|
||||||
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
|
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
|
||||||
void SetSysClock(void);
|
void SetSysClock(void);
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#include "nvic.h"
|
#include "nvic.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#include "exti.h"
|
|
||||||
|
|
||||||
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
|
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
|
||||||
void SystemClock_Config(void);
|
void SystemClock_Config(void);
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
#include "drivers/sdcard.h"
|
#include "drivers/sdcard.h"
|
||||||
#include "drivers/usb_io.h"
|
#include "drivers/usb_io.h"
|
||||||
#include "drivers/transponder_ir.h"
|
#include "drivers/transponder_ir.h"
|
||||||
#include "drivers/io.h"
|
|
||||||
#include "drivers/exti.h"
|
#include "drivers/exti.h"
|
||||||
#include "drivers/vtx_soft_spi_rtc6705.h"
|
#include "drivers/vtx_soft_spi_rtc6705.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue