2018-06-02 04:20:04 +00:00
|
|
|
#ifndef _USB_H
|
|
|
|
#define _USB_H
|
|
|
|
|
2018-06-02 18:44:12 +00:00
|
|
|
#include "app_fifo.h"
|
|
|
|
|
2018-06-02 04:20:04 +00:00
|
|
|
void usb_init(void);
|
|
|
|
|
2018-06-02 18:44:12 +00:00
|
|
|
extern app_fifo_t USBHID_RECV_FIFO;
|
|
|
|
|
2018-06-02 04:20:04 +00:00
|
|
|
#endif
|