Skip to content

Commit

Permalink
move pg_ids.h and sort includes
Browse files Browse the repository at this point in the history
  • Loading branch information
joelucid committed Jan 8, 2019
1 parent 9ef95bb commit cb4f540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/main/sensors/rpm_filter.c
Expand Up @@ -22,13 +22,14 @@
#include <math.h>
#include <stdint.h>
#include "platform.h"
#include "drivers/pwm_output_counts.h"
#include "sensors/rpm_filter.h"
#include "common/filter.h"
#include "sensors/gyro.h"
#include "build/debug.h"
#include "common/filter.h"
#include "drivers/pwm_output_counts.h"
#include "flight/mixer.h"
#include "flight/pid.h"
#include "pg/pg_ids.h"
#include "sensors/rpm_filter.h"
#include "sensors/gyro.h"

#define RPM_FILTER_MAXHARMONICS 3
#define RPM_MOTOR_FILTER_CUTOFF 150
Expand Down
1 change: 0 additions & 1 deletion src/main/sensors/rpm_filter.h
Expand Up @@ -22,7 +22,6 @@

#include "common/axis.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"

typedef struct rpmFilterConfig_s
{
Expand Down

0 comments on commit cb4f540

Please sign in to comment.