1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Automatic spektrum bind pin determination

This commit is contained in:
jflyper 2017-06-16 18:39:16 +09:00
parent e7a02c819c
commit c7f62e47a6
25 changed files with 102 additions and 42 deletions

View file

@ -35,6 +35,7 @@ extern "C" {
#include "io/beeper.h"
#include "fc/rc_controls.h"
#include "drivers/io.h"
#include "rx/rx.h"
#include "flight/failsafe.h"
}

View file

@ -31,6 +31,7 @@ extern "C" {
#include "sensors/battery.h"
#include "drivers/io.h"
#include "rx/rx.h"
#include "fc/config.h"

View file

@ -23,6 +23,7 @@
extern "C" {
#include "platform.h"
#include "drivers/io.h"
#include "common/maths.h"
#include "config/parameter_group_ids.h"
#include "fc/rc_controls.h"

View file

@ -23,6 +23,7 @@
extern "C" {
#include "platform.h"
#include "drivers/io.h"
#include "rx/rx.h"
#include "fc/rc_controls.h"
#include "common/maths.h"