0.6.0 this is the first version for the new hardware
[digitaldcpower] / winsetfuse.bat
1 @echo -------- begin winsetfuse.bat --------\r
2 set AVR=c:\avrgcc\r
3 set CC=avr-gcc\r
4 set PATH=c:\avrgcc\bin;c:\avrgcc\utils\bin\r
5 make -f Makefile fuse\r
6 @echo --------  end  --------\r
7 pause\r
8 \r