[drv.uart] Replace user code with new channels

Move all the user space uses of channels to use j6::channel.
This commit is contained in:
Justin C. Miller
2023-03-16 19:52:47 -07:00
parent 3ab1a6b170
commit 692e0d8656
6 changed files with 54 additions and 56 deletions

View File

@@ -32,7 +32,7 @@ service_locator_start(j6_handle_t mb)
while (true) {
j6_status_t s = j6_mailbox_respond(mb, &tag, &subtag, &give_handle,
&reply_tag, j6_mailbox_block);
&reply_tag, j6_flag_block);
if (s != j6_status_ok)
while (1);