From 41813460998b22f7ea3ac35ae6f8f9cda3886ac9 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 13 Jul 2009 15:54:03 +0200 Subject: *tools/trace, digital/avr/modules/flash, digital/avr/modules/trace: * Added the flash host file support for simulator tests. * Removed in the python tool the memory space in double when receiving from the proto object. --- tools/trace/trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/trace/trace.py') diff --git a/tools/trace/trace.py b/tools/trace/trace.py index b4c095a5..b4010a25 100644 --- a/tools/trace/trace.py +++ b/tools/trace/trace.py @@ -34,7 +34,7 @@ elif options.type == "inter": inter = TInter (options.infile, options.outfile, args[0]) if options.list_trace: inter.available_traces () - elif options.trace: + elif options.trace != None: inter.trace_print (options.trace) else: inter.trace_print() -- cgit v1.2.3