summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-24 00:26:34 +1000
committerJenna Fox <a@creativepony.com>2012-09-24 00:26:34 +1000
commite014795e2482dc53c04570917dfe69dcf48da463 (patch)
tree455abc0185e5dba7e402f458f2c22c8dbe01917a /firmware/main.c
parent409e6097d172f4027b8e541128ef3e89cbaed027 (diff)
downloadmicronucleus-e014795e2482dc53c04570917dfe69dcf48da463.tar.gz
micronucleus-e014795e2482dc53c04570917dfe69dcf48da463.tar.bz2
micronucleus-e014795e2482dc53c04570917dfe69dcf48da463.zip
casually experimenting trying to get uploads working properly.
Diffstat (limited to 'firmware/main.c')
-rw-r--r--firmware/main.c2
1 files changed, 1 insertions, 1 deletions
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