Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logging: rtt: Fix RTT message dropped warning not displayed
Fix data_out_block_mode() to return the data correctly sent to RTT. Before this fixes, it was always returning `lenght`, even in situation where data have been dropped. This was leading to not having the dropped messages warning displayed. Fixes zephyrproject-rtos#21514 Signed-off-by: Xavier Chapron <[email protected]>
- Loading branch information