1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/pios/inc/pios_usb_rctx.h
2013-04-25 13:13:41 +03:00

9 lines
275 B
C

#ifndef PIOS_USB_RCTX_H
#define PIOS_USB_RCTX_H
extern uint32_t pios_usb_rctx_id;
extern void PIOS_USB_RCTX_Update(uint32_t usbrctx_id, const uint16_t channel[], const int16_t channel_min[], const int16_t channel_max[], uint8_t num_channels);
#endif /* PIOS_USB_RCTX_H */