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:
parent
b7b73d0160
commit
6e3d1fbd3c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue