From ad493abc2afb4c415eadd6baa861434e803a563b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 21 Apr 2016 10:32:06 +0200 Subject: [PATCH] CHG: changed to the new flasher command. --- common/Makefile.common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/Makefile.common b/common/Makefile.common index 90a8fa5a..61bcef5d 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -55,8 +55,7 @@ DELETE=del /q MOVE=ren COPY=copy PATHSEP=\\# -#FLASH_TOOL=winsrc\\prox.exe -FLASH_TOOL=winsrc\\flash.exe +FLASH_TOOL=client\\flasher.exe DETECTED_OS=Windows endif -- 2.39.2