summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/trace.h
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/trace.h
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/trace.h')
-rw-r--r--digital/avr/modules/trace/trace.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/digital/avr/modules/trace/trace.h b/digital/avr/modules/trace/trace.h
index 0c6df03d..7c3d8d5f 100644
--- a/digital/avr/modules/trace/trace.h
+++ b/digital/avr/modules/trace/trace.h
@@ -110,13 +110,6 @@ trace_print_arg_4(uint32_t arg);
void
trace_init (void);
-/** Ends the trace.
- * Store at the next address the following ending code 0xF44FF55F to end
- * traces.
- */
-void
-trace_uninit (void);
-
/** Print the trace.
* \param arg the argument to print.
*/