mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Renamed common target files to get rid of '_fc_'.
This commit is contained in:
parent
fc60cc27e9
commit
06359deb09
3 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
||||||
#error "Invalid chipset specified. Update platform.h"
|
#error "Invalid chipset specified. Update platform.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "target/common_fc_pre.h"
|
#include "target/common_pre.h"
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "target/common_fc_post.h"
|
#include "target/common_post.h"
|
||||||
#include "target/common_defaults_post.h"
|
#include "target/common_defaults_post.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue