Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2007 → Rev 2006

/Spektrum-Expander/FlightCtrl-Patch/Build-Helper/_MAKE_.bat
1,6 → 1,4
@echo off
copy makefile makefile.bak
copy main.h main.h.bak
sed s/"^MCU = atmega1284p"/"#MCU = atmega1284p"/g makefile | sed s/"^MCU = atmega644p"/"#MCU = atmega644p"/g > makefile.orig
copy main.h main.h.orig
md Hex-Files
38,9 → 36,3
move *.hex Hex-Files
 
make clean
del makefile.orig
del main.h.orig
del makefile
del main.h
ren makefile.bak makefile
ren main.h.bak main.h