7 lines
60 B
C
7 lines
60 B
C
#ifndef _USB_H
|
|
#define _USB_H
|
|
|
|
void usb_init(void);
|
|
|
|
#endif
|