mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Removed some target dependencies, and added makefile target 'check-target-independence' to find dependencies.
This commit is contained in:
parent
50ff0ddadb
commit
ede204aa81
11 changed files with 28 additions and 20 deletions
|
@ -437,7 +437,7 @@ void init(void)
|
|||
beeperInit(beeperDevConfig());
|
||||
#endif
|
||||
/* temp until PGs are implemented. */
|
||||
#if defined(USE_INVERTER) && !defined(SITL)
|
||||
#if defined(USE_INVERTER) && !defined(SIMULATOR_BUILD)
|
||||
initInverters(serialPinConfig());
|
||||
#endif
|
||||
|
||||
|
@ -782,10 +782,6 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef CJMCU
|
||||
LED2_ON;
|
||||
#endif
|
||||
|
||||
#ifdef USE_RCDEVICE
|
||||
rcdeviceInit();
|
||||
#endif // USE_RCDEVICE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue