bug fix for the power-supply firmware
[digitaldcpower] / winsetfuse.bat
index ecf11ab..dc32c9b 100644 (file)
@@ -1,8 +1,13 @@
-@echo -------- begin winsetfuse.bat --------\r
-set AVR=c:\avrgcc\r
-set CC=avr-gcc\r
-set PATH=c:\avrgcc\bin;c:\avrgcc\utils\bin\r
-make -f Makefile fuse\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 fuses\r
+\r
 @echo --------  end  --------\r
 pause\r
-\r