mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
9 lines
192 B
C
9 lines
192 B
C
#ifndef PIOS_USB_DESC_HID_ONLY_PRIV_H
|
|
#define PIOS_USB_DESC_HID_ONLY_PRIV_H
|
|
|
|
#include <stdint.h>
|
|
|
|
extern int32_t PIOS_USB_DESC_HID_ONLY_Init(void);
|
|
|
|
#endif /* PIOS_USB_DESC_HID_ONLY_PRIV_H */
|