Switch back to C based timeout ISR in the AVRISP project - assembly version was faili...
[pub/USBasp.git] / Projects / AVRISP-MKII / makefile
index cbc46ce..44ca465 100644 (file)
@@ -66,7 +66,7 @@ MCU = at90usb1287
 # Target board (see library "Board Types" documentation, NONE for projects not requiring\r
 # LUFA board drivers). If USER is selected, put custom board drivers in a directory called \r
 # "Board" inside the application directory.\r
-BOARD = USBKEY\r
+BOARD = XPLAIN\r
 \r
 \r
 # Processor frequency.\r
@@ -157,7 +157,7 @@ CPPSRC =
 #     Even though the DOS/Win* filesystem matches both .s and .S the same,\r
 #     it will preserve the spelling of the filenames, and gcc itself does\r
 #     care about how the name is spelled on its command-line.\r
-ASRC = Lib/Timeout.S\r
+ASRC = \r
 \r
 \r
 # Optimization level, can be [0, 1, 2, 3, s]. \r