From bfceb172fbac401c760473a4ee7c159940253d9b Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 26 Nov 2021 21:43:31 +0800 Subject: [PATCH] remove space in the end of a line --- bsp/images/win_flash.bat | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/images/win_flash.bat b/bsp/images/win_flash.bat index b03e06a..68ce0ae 100644 --- a/bsp/images/win_flash.bat +++ b/bsp/images/win_flash.bat @@ -17,9 +17,9 @@ echo "Image Download Choices:" echo 1: Download bootloader [ %IMAGE_UBOOT% ] -echo 2: Download System Image [ %IMAGE_SYS% ] +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