summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/trace/test/test_target/flood.c
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-11-18 22:54:26 +0100
committerNélio Laranjeiro2008-11-18 22:54:26 +0100
commitf5f92965f6e0df104686875b82d329a65efedd2a (patch)
treed73051efb4095f06ec5a19657b17fd826d6e480a /digital/avr/modules/trace/test/test_target/flood.c
parent9659f556d3ee73d98bac4100e0a6d5f6cac32224 (diff)
avr/module/trace: Remove the uninit and the end code.
The sector currently in use by the flash was erased, so the end of the sector contains only values equals to 0xFF.
Diffstat (limited to 'digital/avr/modules/trace/test/test_target/flood.c')
-rw-r--r--digital/avr/modules/trace/test/test_target/flood.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/digital/avr/modules/trace/test/test_target/flood.c b/digital/avr/modules/trace/test/test_target/flood.c
index 2920ac80..2c601550 100644
--- a/digital/avr/modules/trace/test/test_target/flood.c
+++ b/digital/avr/modules/trace/test/test_target/flood.c
@@ -58,9 +58,6 @@ flood (void)
TRACE (val1, val2, val3);
}
- /* Stop trace module. */
- trace_uninit ();
-
/* Print the end of the address. */
addr = trace_addr_current ();
proto_send3b ('a', addr >> 16, addr >> 8, addr);