From 8b6a8cc508a3f10f8157f15169b4506fd54aa6dc Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 24 Mar 2017 18:54:38 -0400 Subject: [PATCH] find_cygwin . -type f -print0 | xargs -0 dos2unix again?! --- firmware/config/boards/ST_STM32F4/readme.txt | 2 +- misc/dos2unix_all.bat | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/config/boards/ST_STM32F4/readme.txt b/firmware/config/boards/ST_STM32F4/readme.txt index a98f07cf46..9160aa325f 100644 --- a/firmware/config/boards/ST_STM32F4/readme.txt +++ b/firmware/config/boards/ST_STM32F4/readme.txt @@ -1,2 +1,2 @@ -The files here are responsible for GPIO pin configuration on OS startup. rusEfi would later re-configure all the pins for specific +The files here are responsible for GPIO pin configuration on OS startup. rusEfi would later re-configure all the pins for specific application so these files only matter for the first half a second of firmware startup. \ No newline at end of file diff --git a/misc/dos2unix_all.bat b/misc/dos2unix_all.bat index b803b97b03..8c416e91a9 100644 --- a/misc/dos2unix_all.bat +++ b/misc/dos2unix_all.bat @@ -1,4 +1,4 @@ -cd .. - -rem manually copy find.exe from cygwin to find_cygwin to avoid conflict with systen32/find +cd .. + +rem manually copy find.exe from cygwin to find_cygwin to avoid conflict with systen32/find find_cygwin . -type f -print0 | xargs -0 dos2unix \ No newline at end of file