mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Rework Acc filtering
This commit is contained in:
parent
974274b748
commit
57a3e59a38
8 changed files with 48 additions and 46 deletions
|
@ -651,7 +651,6 @@ int main(void) {
|
|||
|
||||
setTaskEnabled(TASK_GYROPID, true);
|
||||
if(sensors(SENSOR_ACC)) {
|
||||
uint32_t accTargetLooptime = 0;
|
||||
setTaskEnabled(TASK_ACCEL, true);
|
||||
switch(targetLooptime) {
|
||||
case(500):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue