1
0
Fork 0
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:
Dominic Clifton 2014-04-18 00:37:03 +01:00
parent 6a9d38783c
commit 8477b45061
5 changed files with 8 additions and 7 deletions

View file

@ -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"