make hub_set_feature and hub_clear_feature api public

This commit is contained in:
sakumisu
2023-11-20 22:15:43 +08:00
parent bbcb433564
commit 9ea2121c7c
4 changed files with 9 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include "usbh_core.h"
#include "usbh_hub.h"
struct usbh_class_info *usbh_class_info_table_begin = NULL;
struct usbh_class_info *usbh_class_info_table_end = NULL;