summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
diff options
context:
space:
mode:
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