Skip to content

Commit

Permalink
[update] 修改打印日志
Browse files Browse the repository at this point in the history
  • Loading branch information
luanxg committed Apr 7, 2021
1 parent b6dd6d6 commit 9b60d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void devmem(int argc, char **argv)
/* check args */
if (argc < 2)
{
rt_kprintf("\nUsage:\t%s devmem address [type [data]]\n"
rt_kprintf("\nUsage:\t%s address [type [data]]\n"
"\taddress : memory address to act upon\n"
"\ttype : access operation type : [b]yte, [h]alfword, [w]ord\n"
"\tdata : data to be written\n\n", argv[0]);
Expand Down

0 comments on commit 9b60d30

Please sign in to comment.