1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Removed support for profile handling in parameter groups.

This commit is contained in:
mikeller 2017-06-15 02:01:20 +12:00
parent 2e4184dc6d
commit 774cae215c
6 changed files with 35 additions and 169 deletions

View file

@ -312,14 +312,12 @@ uint16_t getCurrentMinthrottle(void)
void resetConfigs(void)
{
pgResetAll(MAX_PROFILE_COUNT);
pgResetAll();
#if defined(TARGET_CONFIG)
targetConfiguration();
#endif
pgActivateProfile(0);
#ifndef USE_OSD_SLAVE
setPidProfile(0);
setControlRateProfile(0);