mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
10 lines
137 B
C
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
|