CRP2 doesn't work. I have no idea why.

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 15:31:32 +02:00
parent 44a6a31867
commit 42b1114e7e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ LD_TEMP = $(LD_PATH)/memory.ld
all: $(OUTFILE).bin
protect: $(OUTFILE).bin
$(LPCFIX) -p 2 $(OUTFILE).bin
$(LPCFIX) -p 1 $(OUTFILE).bin
loadables: $(OUTFILE).bin
@cd loadable && $(MAKE)