move to targets/
This commit is contained in:
10
targets/nrf52840/usb.h
Normal file
10
targets/nrf52840/usb.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _USB_H
|
||||
#define _USB_H
|
||||
|
||||
#include "app_fifo.h"
|
||||
|
||||
void usb_init(void);
|
||||
|
||||
extern app_fifo_t USBHID_RECV_FIFO;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user