mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
9 lines
188 B
C
9 lines
188 B
C
|
#ifndef PIOS_USB_DESC_HID_CDC_PRIV_H
|
||
|
#define PIOS_USB_DESC_HID_CDC_PRIV_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
extern int32_t PIOS_USB_DESC_HID_CDC_Init(void);
|
||
|
|
||
|
#endif /* PIOS_USB_DESC_HID_CDC_PRIV_H */
|