From 829e87f6cecc57c7b418384de2ca80ec977587b0 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 18 Dec 2021 23:16:44 +0800 Subject: [PATCH] update wifi driver build.sh, remove noisy debug print --- 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