From 7977d9426b4bc96f929266cd62a2a07cb170b106 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 1 Dec 2013 21:20:49 -0500 Subject: [PATCH] Remove currently unsupported option to set iram size --- src/options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/options.c b/src/options.c index fb78714..420cc85 100644 --- a/src/options.c +++ b/src/options.c @@ -45,7 +45,6 @@ static const char args_doc[] = "[FILENAME]"; /* The options we understand. */ static struct argp_option argp_options[] = { {"debug", 'd', "level", 0, "Produce debugging output" }, - {"iram", 'i', "size", 0, "Set internal ram size" }, {"pram", 'p', "size", 0, "Set program memory size" }, {"xram", 'x', "size", 0, "Set external ram size (default is 1024)" }, {"stop", 's', "addr", 0, "Automatically run program and stop at address" }, -- 2.20.1