Skip to content

Commit

Permalink
fix include for target config.c
Browse files Browse the repository at this point in the history
  • Loading branch information
shota3527 committed Jul 25, 2023
1 parent 4d81361 commit 94a1182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/target/FF_F35_LIGHTNING/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <platform.h>
#include "config/config_master.h"
#include "flight/mixer.h"
#include "flight/mixer_profile.h"
#include "rx/rx.h"
#include "io/serial.h"
#include "telemetry/telemetry.h"
Expand Down
2 changes: 1 addition & 1 deletion src/main/target/MATEKF405SE/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "config/config_master.h"
#include "config/feature.h"

#include "flight/mixer.h"
#include "flight/mixer_profile.h"

#include "io/serial.h"

Expand Down

0 comments on commit 94a1182

Please sign in to comment.