add class driver export macro control

This commit is contained in:
sakumisu
2022-04-04 13:11:44 +08:00
parent f716b6d307
commit c1f6b86bcf
5 changed files with 24 additions and 20 deletions

View File

@@ -34,9 +34,6 @@ struct usbh_hid {
usbh_epinfo_t intout; /* INTR OUT endpoint */
};
extern const struct usbh_class_info hid_keyboard_class_info;
extern const struct usbh_class_info hid_mouse_class_info;
#ifdef __cplusplus
extern "C" {
#endif