Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: dma: Fix k_sleep() parameter error
Sleeping milliseconds should use k_sleep(K_MSEC(x)) rather than k_sleep(x). Signed-off-by: Song Qiang <[email protected]>
- Loading branch information