From a96b74b0866e9cbadcb9be68bd20f78960252a1e Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 12 Sep 2020 04:09:19 -0400 Subject: [PATCH] removing custom path --- firmware/config/boards/hellen/cypress/!compile-cypress.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/config/boards/hellen/cypress/!compile-cypress.bat b/firmware/config/boards/hellen/cypress/!compile-cypress.bat index aefb0e8df0..d3cc906e25 100644 --- a/firmware/config/boards/hellen/cypress/!compile-cypress.bat +++ b/firmware/config/boards/hellen/cypress/!compile-cypress.bat @@ -1,5 +1,4 @@ @echo off -set PATH=G:\VStudio\arm-elf-gcc\bin;G:\VStudio\msys2\usr\bin;C:\Program Files\Java\jre\bin;G:\VStudio\Git\bin echo "Compiling for Cypress FM4 S6E2CxAH" rem TODO: somehow this -DDUMMY is helping us to not mess up the parameters, why?!