From e014795e2482dc53c04570917dfe69dcf48da463 Mon Sep 17 00:00:00 2001 From: Jenna Fox Date: Mon, 24 Sep 2012 00:26:34 +1000 Subject: casually experimenting trying to get uploads working properly. --- firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/main.c') diff --git a/firmware/main.c b/firmware/main.c index 5f15353..3cfbeec 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -226,7 +226,7 @@ static uchar usbFunctionSetup(uchar data[8]) { pinOff(0); writeLength = rq->wValue.word; currentAddress = rq->wIndex.word; - return 0xFF; // magical? IDK - USBaspLoader-tiny85 returns this and it works so whatever. + return USB_NO_MSG; // magical? IDK - USBaspLoader-tiny85 returns this and it works so whatever. } else { // exit bootloader #if BOOTLOADER_CAN_EXIT -- cgit v1.2.3