diff options
author | Jenna Fox <a@creativepony.com> | 2012-09-24 00:26:34 +1000 |
---|---|---|
committer | Jenna Fox <a@creativepony.com> | 2012-09-24 00:26:34 +1000 |
commit | e014795e2482dc53c04570917dfe69dcf48da463 (patch) | |
tree | 455abc0185e5dba7e402f458f2c22c8dbe01917a /firmware/main.c | |
parent | 409e6097d172f4027b8e541128ef3e89cbaed027 (diff) | |
download | micronucleus-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.c | 2 |
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 |