mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #11536 from SteveCEvans/frsky_range
Frsky range check issues
This commit is contained in:
commit
31196489fa
6 changed files with 13 additions and 25 deletions
|
@ -67,7 +67,6 @@ extern "C" {
|
|||
int16_t debug[1];
|
||||
uint8_t debugMode = 0;
|
||||
|
||||
bool rxFrameReady(void) { return 0; }
|
||||
void rxFrameCheck(timeUs_t, timeDelta_t) {}
|
||||
|
||||
// set up micros() to simulate time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue