From 9512f12282ff6bab745711a1e3eec35a9735e6dd Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 26 Dec 2021 22:24:08 +0800
Subject: [PATCH] update ReadMe doc

---
 bsp/images/wintools/win_flash.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bsp/images/wintools/win_flash.bat b/bsp/images/wintools/win_flash.bat
index c77073d..a93b8be 100644
--- a/bsp/images/wintools/win_flash.bat
+++ b/bsp/images/wintools/win_flash.bat
@@ -20,7 +20,7 @@
 echo 1: Download bootloader   [ %IMAGE_UBOOT% ]
 echo 2: Download System Image [ %IMAGE_SYS% ]
 
-set /p choice= Please Input Your Choice:
+set /p choice= Please Input Your Choice: 
 
 if %choice% == 1  uuu -b emmc %IMAGE_UBOOT%
 if %choice% == 2  uuu -b emmc_all %IMAGE_UBOOT% %IMAGE_SYS%

--
Gitblit v1.9.1