Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix includes in usb_class_driver.h

Change-Id: I602ec80d02b5f4f586386026a6312d048fa7dac3

+5
+5
firmware/usbstack/usb_class_driver.h
··· 22 22 #ifndef _USB_CLASS_DRIVER_H_ 23 23 #define _USB_CLASS_DRIVER_H_ 24 24 25 + #include "usb_ch9.h" 26 + #include <stdbool.h> 27 + #include <stddef.h> 28 + #include <string.h> 29 + 25 30 /* Common api, implemented by all class drivers */ 26 31 27 32 struct usb_class_driver {