From 72919695bf3cdaedfaf0c301dfd4480a0fee50d5 Mon Sep 17 00:00:00 2001 From: Peter Peiser Date: Wed, 9 Oct 2024 14:35:49 +0200 Subject: [PATCH] Fixed indentation and spacing --- src/main/common/filter.h | 4 ++-- src/main/interface/settings.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 };