[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user