mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Revert "Used forward references to remove #includes from header files"
This commit is contained in:
parent
166d81679b
commit
b581f4c39a
19 changed files with 31 additions and 40 deletions
|
@ -69,10 +69,9 @@ typedef struct accProcessor_s {
|
|||
accProcessorState_e state;
|
||||
} accProcessor_t;
|
||||
|
||||
struct pidProfile_s;
|
||||
void imuConfigure(
|
||||
imuRuntimeConfig_t *initialImuRuntimeConfig,
|
||||
struct pidProfile_s *initialPidProfile,
|
||||
pidProfile_t *initialPidProfile,
|
||||
accDeadband_t *initialAccDeadband,
|
||||
uint16_t throttle_correction_angle
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue