mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed test code
This commit is contained in:
parent
5cd1582b26
commit
de694386ba
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ extern "C" {
|
||||||
#include "rx/crsf.h"
|
#include "rx/crsf.h"
|
||||||
|
|
||||||
uint8_t crsfFrameCRC(void);
|
uint8_t crsfFrameCRC(void);
|
||||||
|
uint8_t crsfFrameStatus(void);
|
||||||
uint16_t crsfReadRawRC(const rxRuntimeConfig_t *rxRuntimeConfig, uint8_t chan);
|
uint16_t crsfReadRawRC(const rxRuntimeConfig_t *rxRuntimeConfig, uint8_t chan);
|
||||||
|
|
||||||
extern bool crsfFrameDone;
|
extern bool crsfFrameDone;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue