1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/pios/stm32f10x/inc/pios_usb_rctx.h

9 lines
275 B
C
Raw Normal View History

2013-03-15 12:09:19 +01:00
#ifndef PIOS_USB_RCTX_H
#define PIOS_USB_RCTX_H
2012-08-06 17:42:44 +02:00
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);
2013-03-15 12:09:19 +01:00
#endif /* PIOS_USB_RCTX_H */