9 lines
100 B
C
9 lines
100 B
C
#ifndef __USB_H__
|
|
#define __USB_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
void usb_start();
|
|
|
|
#endif /* __USB_H__ */
|