1
0
Fork 0
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:
phobos- 2022-01-01 11:57:28 +01:00
parent b86106941f
commit b42c907742
12 changed files with 95 additions and 35 deletions

View file

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