mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 00:02:32 +00:00
Previously, this macro after the main line would print a tab without newline, leading to messy output. Also, as printk() was made to return void, remove explicit casts to (void) in its calls. Before: tx_fifo: 0x20007298 42 ASSERTION FAIL [(len & 3) == 0 && len >= 4] @ eth_smsc911x.c:83: eth_smsc9220_isr: 8 8 in RX FIFO: pkts: 1, bytes: 48 After: tx_fifo: 0x20007298 42 ASSERTION FAIL [(len & 3) == 0 && len >= 4] @ eth_smsc911x.c:83 eth_smsc9220_isr: 8 8 in RX FIFO: pkts: 1, bytes: 48 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> |
||
---|---|---|
.. | ||
__assert.h | ||
byteorder.h | ||
dlist.h | ||
errno_private.h | ||
fdtable.h | ||
libc-hooks.h | ||
list_gen.h | ||
mempool_base.h | ||
mempool.h | ||
printk.h | ||
rb.h | ||
reboot.h | ||
ring_buffer.h | ||
sflist.h | ||
slist.h | ||
stack.h | ||
util.h |