mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Remove old style definitions
This commit is contained in:
parent
b54174c77e
commit
ddf1d46549
57 changed files with 119 additions and 117 deletions
|
@ -205,7 +205,7 @@ static bool gyroInitLowpassFilterLpf(int slot, int type, uint16_t lpfHz, uint32_
|
|||
}
|
||||
|
||||
#ifdef USE_DYN_LPF
|
||||
static void dynLpfFilterInit()
|
||||
static void dynLpfFilterInit(void)
|
||||
{
|
||||
if (gyroConfig()->gyro_lpf1_dyn_min_hz > 0) {
|
||||
switch (gyroConfig()->gyro_lpf1_type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue