Skip to content

Commit

Permalink
Fixed indentation and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pjpei committed Oct 9, 2024
1 parent c9fb598 commit a40f1dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/common/filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions src/main/interface/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ static const char * const lookupTableRcInterpolationChannels[] = {
};

static const char * const lookupTableFilterType[] = {
"PT1", "BIQUAD", "PT2", "PT3", "PT4"
"PT1", "BIQUAD", "PT2", "PT3", "PT4",
#ifdef USE_LULU
, "LULU"
"LULU",
#endif
};

Expand Down

0 comments on commit a40f1dc

Please sign in to comment.