Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock...
[pub/USBasp.git] / Projects / Incomplete / AVRISP / makefile
index 958d9ab..b9aee48 100644 (file)
@@ -60,7 +60,7 @@
 \r
 \r
 # MCU name\r
-MCU = at90usb1287\r
+MCU = at90usb647\r
 \r
 \r
 # Target board (see library "Board Types" documentation, USER or blank for projects not requiring\r
@@ -194,9 +194,9 @@ CSTANDARD = -std=gnu99
 \r
 # Place -D or -U options here for C sources\r
 CDEFS  = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)\r
-CDEFS += -DRESET_LINE_PORT=PORTA\r
-CDEFS += -DRESET_LINE_DDR=DDRA\r
-CDEFS += -DRESET_LINE_MASK="(1 << 0)"\r
+CDEFS += -DRESET_LINE_PORT=PORTB\r
+CDEFS += -DRESET_LINE_DDR=DDRB\r
+CDEFS += -DRESET_LINE_MASK="(1 << 4)"\r
 \r
 \r
 # Place -D or -U options here for ASM sources\r