diff options
author | cpldcpu <cpldcpu@gmail.com> | 2014-01-05 12:09:34 +0100 |
---|---|---|
committer | cpldcpu <cpldcpu@gmail.com> | 2014-01-05 12:09:34 +0100 |
commit | a1a11ed4888bfd84f2215321489b25944404b6ab (patch) | |
tree | 0ff67bd7f5f96267e103c38fc24b11cee4364f8b /firmware/usbdrv/asmcommon.inc | |
parent | c4907c6896943eb3ff778cb007a9891ac7b68248 (diff) | |
download | micronucleus-a1a11ed4888bfd84f2215321489b25944404b6ab.tar.gz micronucleus-a1a11ed4888bfd84f2215321489b25944404b6ab.tar.bz2 micronucleus-a1a11ed4888bfd84f2215321489b25944404b6ab.zip |
firmware: first working version with polled usb
Diffstat (limited to 'firmware/usbdrv/asmcommon.inc')
-rw-r--r-- | firmware/usbdrv/asmcommon.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/usbdrv/asmcommon.inc b/firmware/usbdrv/asmcommon.inc index 5e525f5..b7efadb 100644 --- a/firmware/usbdrv/asmcommon.inc +++ b/firmware/usbdrv/asmcommon.inc @@ -99,6 +99,8 @@ doReturn: rjmp waitForJ ;[51] save the pops and pushes -- a new interrupt is already pending sofError: POP_RETI ;macro call + + CBI PORTB,0 ; reti ret |