bug fix for the power-supply firmware
[digitaldcpower] / winload.bat
index e0aec8a..b77e60c 100644 (file)
@@ -1,10 +1,13 @@
-REM *** you need to edit this file and adapt it to your WinAVR \r
-REM *** installation. E.g replace c:\WinAVR by c:\WinAVR-20090313\r
-@echo -------- begin winload.bat --------\r
-set AVR=c:\WinAVR\r
-set CC=avr-gcc\r
-set PATH=c:\WinAVR\bin;c:\WinAVR\utils\bin\r
+@REM *** Usage: just double click this file from the filemanger\r
+@REM ***\r
+@REM *** you need to edit this file and adapt it to your AVR installation. \r
+@REM *** Change the PATH\r
+\r
+@echo -------- begin --------\r
+\r
+@set PATH=C:\Program Files (x86)\Atmel\AVR Tools\AVR Toolchain\bin;%PATH%\r
+\r
 make -f Makefile load\r
+\r
 @echo --------  end  --------\r
 pause\r
-\r