2024-11-07 16:15:55 +01:00

16 lines
253 B
C

#ifndef _USB_DEVICE_HID_COMMON_H_
#define _USB_DEVICE_HID_COMMON_H_
#include "device/usbd_pvt.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const usbd_class_driver_t hid_app_driver;
#ifdef __cplusplus
}
#endif
#endif // _USB_DEVICE_HID_COMMON_H_