From 603a64757d30ef4e3ece0b34777f7b116d8b0545 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 9 Aug 2012 21:13:13 +0200 Subject: Remove old serial.c code --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 3234cea..df94cc2 100644 --- a/src/main.h +++ b/src/main.h @@ -44,7 +44,7 @@ extern struct usb_dev_handle *dev; int is_valid_device(struct usb_device_descriptor *udd); //void list_valid_devices(); //int usb_device_found(struct usb_device_descriptor *udd, struct devices *it_device); -int console(const char *device); +//int console(const char *device); int connect_via_usb(); #endif -- cgit v1.2.3