[DeviceDrivers]Change SFUD 'sf' command tips.

This commit is contained in:
armink 2016-10-10 20:10:41 +08:00
parent 3339591735
commit 32bf9e29b7
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ static void sf(uint8_t argc, char **argv) {
}
} else if (!rt_strcmp(operator, "bench")) {
if ((argc > 2 && rt_strcmp(argv[2], "yes")) || argc < 3) {
rt_kprintf("DANGER: It will erase full chip! Please run 'sf bench yes'.");
rt_kprintf("DANGER: It will erase full chip! Please run 'sf bench yes'.\n");
return;
}
/* full chip benchmark test */