aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-18 18:19:35 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-18 18:19:35 +0000
commitb97a211104b84e6b82d8372a3d8511c8438761cc (patch)
tree5846ff6b98ba138977dd97c8eb329ddf4e693c07 /usbdrv
parent9411e36b44895d39a9f7be4a801c922aa7a4ed26 (diff)
downloadv-usb-b97a211104b84e6b82d8372a3d8511c8438761cc.tar.gz
v-usb-b97a211104b84e6b82d8372a3d8511c8438761cc.tar.bz2
v-usb-b97a211104b84e6b82d8372a3d8511c8438761cc.zip
- fixed jump target for SE0 computation in bitIsSet branch
Diffstat (limited to 'usbdrv')
-rw-r--r--usbdrv/usbdrvasm128.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbdrvasm128.inc b/usbdrv/usbdrvasm128.inc
index effed45..3f21e19 100644
--- a/usbdrv/usbdrvasm128.inc
+++ b/usbdrv/usbdrvasm128.inc
@@ -380,7 +380,7 @@ unstuff0c:
andi fix, ~(1 << 0) ;[07]
ifioclr USBIN, USBMINUS ;[00]
ifioset USBIN, USBPLUS ;[01]
- rjmp bit0IsClr ;[02] executed if first expr false or second true
+ rjmp bit0IsSet ;[02] executed if first expr false or second true
rjmp se0AndStore ;[03] executed only if both bits 0
bit0IsSet:
ifrclr phase, USBMINUS ;[04] check phase only if D- changed