Browse Source

[DeviceDrivers]Change SFUD 'sf' command tips.

armink 8 năm trước cách đây
mục cha
commit
32bf9e29b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/drivers/spi/spi_flash_sfud.c

+ 1 - 1
components/drivers/spi/spi_flash_sfud.c

@@ -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 */