mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-18 03:22:17 +08:00
[DeviceDrivers]Change SFUD 'sf' command tips.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user