aboutsummaryrefslogtreecommitdiff
path: root/usb_cdc.h
blob: 17bd2cfa204c85f7a1e7997b174e21285fc3c0b8 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <avr/io.h>

#ifndef _IOE_USB_CDC_H_
#define _IOE_USB_CDC_H_

void ioe_usb_cdc_init(void);


#endif /* _IOE_USB_CDC_H_ */