mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
ExpressLRS - fixed slow initial connection
This commit is contained in:
parent
b86106941f
commit
b42c907742
12 changed files with 95 additions and 35 deletions
|
@ -28,6 +28,8 @@
|
|||
extern "C" {
|
||||
#include "platform.h"
|
||||
|
||||
#include "build/atomic.h"
|
||||
|
||||
#include "drivers/io.h"
|
||||
#include "common/filter.h"
|
||||
|
||||
|
@ -372,6 +374,7 @@ TEST(RxSpiExpressLrsUnitTest, TestAnalogDecode)
|
|||
|
||||
extern "C" {
|
||||
|
||||
uint8_t systemState;
|
||||
int16_t *debug;
|
||||
uint8_t debugMode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue