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.
2 parents d4d6f60 + 4520218 commit cbcf5d8Copy full SHA for cbcf5d8
src/portable/raspberrypi/rp2040/rp2040_usb.h
@@ -36,8 +36,8 @@
36
#define __tusb_irq_path_func(x) x
37
#endif
38
39
-#define usb_hw_set ((usb_hw_t *) hw_set_alias(usb_hw))
40
-#define usb_hw_clear ((usb_hw_t *) hw_clear_alias(usb_hw))
+#define usb_hw_set ((usb_hw_t *) hw_set_alias_untyped(usb_hw))
+#define usb_hw_clear ((usb_hw_t *) hw_clear_alias_untyped(usb_hw))
41
42
#define pico_info(...) TU_LOG(2, __VA_ARGS__)
43
#define pico_trace(...) TU_LOG(3, __VA_ARGS__)
0 commit comments