Skip to content

Commit

Permalink
sw: Lint C sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 16, 2024
1 parent a782950 commit 9b7170b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/snRuntime/src/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ inline snrt_dma_txid_t snrt_dma_start_2d_channel_wideptr(
asm volatile(
".word %1\n"
: "=r"(reg_txid)
: "i"(R_TYPE_ENCODE(DMCPY_FUNCT7, 7, 14, XDMA_FUNCT3, 10, OP_CUSTOM1)), "r"(cfg),
"r"(reg_size));
: "i"(R_TYPE_ENCODE(DMCPY_FUNCT7, 7, 14, XDMA_FUNCT3, 10, OP_CUSTOM1)),
"r"(cfg), "r"(reg_size));

return reg_txid;
}
Expand Down

0 comments on commit 9b7170b

Please sign in to comment.