aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv
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
parentb97a211104b84e6b82d8372a3d8511c8438761cc (diff)
downloadv-usb-59f9c031838979f39adc87a612b4dc2386c9265f.tar.gz
v-usb-59f9c031838979f39adc87a612b4dc2386c9265f.tar.bz2
v-usb-59f9c031838979f39adc87a612b4dc2386c9265f.zip
- documented changes
Diffstat (limited to 'usbdrv')
-rw-r--r--usbdrv/Changelog.txt2
-rw-r--r--usbdrv/usbconfig-prototype.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index 31b4d36..339bca6 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -247,4 +247,4 @@ Scroll down to the bottom to see the most recent changes.
- in usbPoll() loop 20 times polling for RESET state instead of 10 times.
This accounts for the higher clock rates we now support.
- Added a module for 12.8 MHz RC oscillator with PLL in receiver loop.
-
+ - Added hook to SOF code so that oscillator can be tuned to USB frame clock.
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.