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