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.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index e05e06a..6e9338d 100644 --- a/src/main.c +++ b/src/main.c @@ -200,7 +200,7 @@ void show_usage() printf(" -Q enter shared queues server mode (for gui or remote)\n"); #endif printf ("Local stuff:\n" - " -s [serial] serial port console (minicom like terminal)\n" +// " -s [serial] serial port console (minicom like terminal)\n" " -h show this help message\n" " -S [subversion] unpacks/flash pieces matching this sub-version information\n" " -n do not flash or write to disk (simulation)\n" @@ -480,8 +480,8 @@ int main(int argc, char **argv) case 'e': reverseto = optarg; break; - case 's': - return console(optarg); +// case 's': +// return console(optarg); // case 'u': // fiasco_image = optarg; // unpack = 1; -- cgit v1.2.3