mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Motor code refactor (Phase 1)
This commit is contained in:
parent
f4bb75180e
commit
542146c702
41 changed files with 1543 additions and 975 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "drivers/adc.h"
|
||||
#include "drivers/bus_i2c.h"
|
||||
#include "drivers/bus_spi.h"
|
||||
#include "drivers/dshot_command.h"
|
||||
#include "drivers/camera_control.h"
|
||||
#include "drivers/light_led.h"
|
||||
#include "drivers/pinio.h"
|
||||
|
@ -580,7 +581,7 @@ const lookupTableEntry_t lookupTables[] = {
|
|||
|
||||
LOOKUP_TABLE_ENTRY(lookupTableGyroFilterDebug),
|
||||
|
||||
LOOKUP_TABLE_ENTRY(lookupTablePositionAltSource)
|
||||
LOOKUP_TABLE_ENTRY(lookupTablePositionAltSource),
|
||||
};
|
||||
|
||||
#undef LOOKUP_TABLE_ENTRY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue