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/trace.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'digital/avr/modules/trace/trace.h') 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. */ -- cgit v1.2.3