forked from Archive/PX4-Autopilot
Fixed header for sbus input
This commit is contained in:
parent
3c85f8267f
commit
a9e87c791d
|
@ -198,8 +198,7 @@ extern void controls_main(void);
|
||||||
extern int dsm_init(const char *device);
|
extern int dsm_init(const char *device);
|
||||||
extern bool dsm_input(void);
|
extern bool dsm_input(void);
|
||||||
extern int sbus_init(const char *device);
|
extern int sbus_init(const char *device);
|
||||||
extern bool sbus_input(int fd, unsigned max_channels, uint16_t *channel_data, unsigned *channel_count,
|
extern bool sbus_input(void);
|
||||||
uint64_t *receive_time, bool *updated);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Assertion codes
|
* Assertion codes
|
||||||
|
|
Loading…
Reference in New Issue