Fix dual LF at the end of debug lines
This commit is contained in:
parent
05e3397d95
commit
5ddcf4b15e
10
srv/debug.c
10
srv/debug.c
@ -38,11 +38,11 @@ void _debug_init(enum UsartPeriph usart, enum GpioPort tx_port,
|
||||
dma_mbuf_configure(&mbuf,usart_configure_tx_dma(usart),
|
||||
DMA_CONFIG_PRIO_LOW, tx_buffer, BUFFER_SIZE);
|
||||
|
||||
debug_trace("\n");
|
||||
debug_trace("------------------------------------------------------------------------------\n");
|
||||
debug_trace("starting debug software\n");
|
||||
debug_trace("compiled on " __DATE__ " at " __TIME__ "\n");
|
||||
debug_trace("------------------------------------------------------------------------------\n");
|
||||
debug_trace("");
|
||||
debug_trace("------------------------------------------------------------------------------");
|
||||
debug_trace("starting debug software");
|
||||
debug_trace("compiled on " __DATE__ " at " __TIME__);
|
||||
debug_trace("------------------------------------------------------------------------------");
|
||||
}
|
||||
|
||||
void _debug_print(const char* restrict header,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user