aboutsummaryrefslogtreecommitdiff
path: root/usb_cdc.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-10-11 13:06:28 +0200
committerKarel Kočí <cynerd@email.cz>2015-10-11 13:06:28 +0200
commitbab75a6068ab0a64fe22395ad11efafccbf0d842 (patch)
tree59344457d25c2e72904acac20118eb16633908fe /usb_cdc.h
parent1b0b3cb1b61759be5c2e100d08c84e5eec924a58 (diff)
downloadavr-ioe-bab75a6068ab0a64fe22395ad11efafccbf0d842.tar.gz
avr-ioe-bab75a6068ab0a64fe22395ad11efafccbf0d842.tar.bz2
avr-ioe-bab75a6068ab0a64fe22395ad11efafccbf0d842.zip
Implement SPI and remove files
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_ */