open-story-teller/software/system/usb_task.h

9 lines
110 B
C

#ifndef USB_TASK_H
#define USB_TASK_H
#include <stdint.h>
void usb_task_initialize();
#endif // USB_TASK_H