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:
parent
14370426af
commit
fc0b4e3b50
4 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue