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

10 lines
137 B
C

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