1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15: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

@ -28,7 +28,6 @@
#include "build/build_config.h"
#include "config/config_eeprom.h"
#include "config/config_master.h"
#if !defined(FLASH_SIZE)
#error "Flash size not defined for target. (specify in KB)"
@ -295,4 +294,3 @@ void readEEPROM(void)
resumeRxSignal();
}