solo/nrf52840/usb.h
2018-06-02 14:44:12 -04:00

11 lines
120 B
C

#ifndef _USB_H
#define _USB_H
#include "app_fifo.h"
void usb_init(void);
extern app_fifo_t USBHID_RECV_FIFO;
#endif