mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Cleanup declarations of failsafeCnt so that it is only in failsafe.h and
failsafe.c. Now it is clear from the list of includes that each serialrx provider supports failsafe.
This commit is contained in:
parent
6a9d38783c
commit
8477b45061
5 changed files with 8 additions and 7 deletions
|
@ -3,6 +3,8 @@
|
|||
#include "mw.h"
|
||||
|
||||
#include "rx_sbus.h"
|
||||
#include "rx_sumd.h"
|
||||
#include "rx_spektrum.h"
|
||||
#include "rx_common.h"
|
||||
#include "telemetry_common.h"
|
||||
#include "boardalignment.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue