aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbconfig-prototype.h
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-20 09:07:20 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-20 09:07:20 +0000
commit59f9c031838979f39adc87a612b4dc2386c9265f (patch)
treeb19262e903c2bd4218616faa407a5c996907cf4c /usbdrv/usbconfig-prototype.h
parentb97a211104b84e6b82d8372a3d8511c8438761cc (diff)
downloadv-usb-59f9c031838979f39adc87a612b4dc2386c9265f.tar.gz
v-usb-59f9c031838979f39adc87a612b4dc2386c9265f.tar.bz2
v-usb-59f9c031838979f39adc87a612b4dc2386c9265f.zip
- documented changes
Diffstat (limited to 'usbdrv/usbconfig-prototype.h')
-rw-r--r--usbdrv/usbconfig-prototype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbconfig-prototype.h b/usbdrv/usbconfig-prototype.h
index 03598c1..19369e0 100644
--- a/usbdrv/usbconfig-prototype.h
+++ b/usbdrv/usbconfig-prototype.h
@@ -167,7 +167,7 @@ section at the end of this file).
* Start Of Frame condition is detected. It is recommended to define it to
* the name of an assembler macro which is defined here as well so that more
* than one assembler instruction can be used. The macro may use registers
- * YL and YH and SREG.
+ * YL and SREG.
* What can you do with this hook? Since the SOF signal occurs exactly every
* 1 ms (unless the host is in sleep mode), you can use it to tune OSCCAL in
* designs running on the internal RC oscillator.