Browse Source

Merge pull request #635 from iNavFlight/bug/no-default-fw-throw-limiting

fix for no default throw limiting
master
Martin Budden 8 years ago
committed by GitHub
parent
commit
b24bdc6f18
  1. 2
      src/main/config/config.c

2
src/main/config/config.c

@ -151,7 +151,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
pidProfile->max_angle_inclination[FD_ROLL] = 300; // 30 degrees
pidProfile->max_angle_inclination[FD_PITCH] = 300; // 30 degrees
#ifdef SERVOS
#ifdef USE_SERVOS
pidProfile->fixedWingItermThrowLimit = FW_ITERM_THROW_LIMIT_DEFAULT;
#endif

Loading…
Cancel
Save