summaryrefslogtreecommitdiffhomepage
path: root/tools/trace/trace.py
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-07-13 15:54:03 +0200
committerNélio Laranjeiro2009-07-13 15:54:03 +0200
commit41813460998b22f7ea3ac35ae6f8f9cda3886ac9 (patch)
treea8f4ace3b99cad1cab1f8ba121515c9a6327f431 /tools/trace/trace.py
parentccbfefb674166ac5cd95d737a019c88d5a20d3a8 (diff)
*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.
Diffstat (limited to 'tools/trace/trace.py')
-rw-r--r--tools/trace/trace.py2
1 files changed, 1 insertions, 1 deletions
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()