solo/nrf52840/usb.h
2018-06-02 00:20:04 -04:00

7 lines
60 B
C

#ifndef _USB_H
#define _USB_H
void usb_init(void);
#endif