Skip to content

Commit

Permalink
fixup! fix read inspect in libcmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Mar 25, 2024
1 parent eafa6c4 commit 4bc073c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys-utils/libcmt/doc/examples/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ int exception(union cmt_io_driver *io) {

/* exception -------------------------------------------------------- */
struct cmt_io_yield req[1] = {{
.dev = CMT_IO_DEV,
.cmd = CMT_IO_CMD_MANUAL,
.reason = CMT_IO_MANUAL_REASON_TX_EXCEPTION,
.dev = HTIF_YIELD_DEV,
.cmd = HTIF_YIELD_CMD_MANUAL,
.reason = HTIF_YIELD_MANUAL_REASON_TX_EXCEPTION,
.data = n,
}};
if (cmt_io_yield(io, req)) {
Expand Down

0 comments on commit 4bc073c

Please sign in to comment.