tracing: make uart backend sync capable

This works just fine, no need to make this backend async only.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-08-06 18:41:04 -04:00 committed by Carles Cufí
commit 6e3d1fbd3c

View file

@ -145,7 +145,7 @@ choice
config TRACING_BACKEND_UART
bool "Enable UART backend"
depends on UART_CONSOLE
depends on TRACING_ASYNC
help
Use UART to output tracing data.