move to targets/

This commit is contained in:
Conor Patrick
2018-09-12 21:25:40 -04:00
parent 364e552ae9
commit 86aa5ec657
26 changed files with 15 additions and 7739 deletions

10
targets/nrf52840/usb.h Normal file
View 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