Skip to content

Commit 02b5f75

Browse files
committed
最后一行增加空行
1 parent b34187b commit 02b5f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hwtimer_sample.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ static int hwtimer_sample(int argc, char *argv[])
9292
return ret;
9393
}
9494
/* 导出到 msh 命令列表中 */
95-
MSH_CMD_EXPORT(hwtimer_sample, hwtimer sample);
95+
MSH_CMD_EXPORT(hwtimer_sample, hwtimer sample);

sd_sample.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ static int sd_sample(int argc, char *argv[])
124124
return RT_EOK;
125125
}
126126
/* 导出到 msh 命令列表中 */
127-
MSH_CMD_EXPORT(sd_sample, sd device sample);
127+
MSH_CMD_EXPORT(sd_sample, sd device sample);

0 commit comments

Comments
 (0)