Browse Source

fix for no default throw limiting

master
Pawel Spychalski (DzikuVx) 8 years ago
parent
commit
db3ce5b9ea
  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