We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d4b5c commit 2abd3c5Copy full SHA for 2abd3c5
src/host/usbh.h
@@ -86,6 +86,9 @@ typedef struct {
86
uint8_t speed;
87
} tuh_bus_info_t;
88
89
+// backward compatibility for hcd_devtree_info_t, maybe removed in the future
90
+#define hcd_devtree_info_t tuh_bus_info_t
91
+#define hcd_devtree_get_info(_daddr, _bus_info) tuh_bus_info_get(_daddr, _bus_info)
92
93
// ConfigID for tuh_configure()
94
enum {
0 commit comments