aboutsummaryrefslogtreecommitdiff
path: root/usb_cdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb_cdc.h')
-rw-r--r--usb_cdc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/usb_cdc.h b/usb_cdc.h
deleted file mode 100644
index 17bd2cf..0000000
--- a/usb_cdc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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_ */