From f5f92965f6e0df104686875b82d329a65efedd2a Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Tue, 18 Nov 2008 22:54:26 +0100 Subject: 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. --- digital/avr/modules/trace/test/test_target/flood.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'digital/avr/modules/trace/test/test_target/flood.c') 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); -- cgit v1.2.3