diff --git a/src/main/common/filter.h b/src/main/common/filter.h index 9b45975c84..ed6e03bc5f 100755 --- a/src/main/common/filter.h +++ b/src/main/common/filter.h @@ -61,8 +61,8 @@ typedef enum { FILTER_PT2, FILTER_PT3, FILTER_PT4, -#ifdef USE_LULU - FILTER_LULU, +#ifdef USE_LULU + FILTER_LULU, #endif } lowpassFilterType_e; diff --git a/src/main/interface/settings.c b/src/main/interface/settings.c index 3688b3cd9d..23ef9c7f74 100644 --- a/src/main/interface/settings.c +++ b/src/main/interface/settings.c @@ -282,9 +282,9 @@ static const char * const lookupTableRcInterpolationChannels[] = { "RP", "RPY", "RPYT", "T", "RPT", }; static const char * const lookupTableFilterType[] = { - "PT1", "BIQUAD", "PT2", "PT3", "PT4" + "PT1", "BIQUAD", "PT2", "PT3", "PT4", #ifdef USE_LULU - , "LULU" + "LULU", #endif };