aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbconfig-prototype.h
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-18 14:14:44 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-18 14:14:44 +0000
commit555e1a62542737de249e4b93d6d1addc8bf59c68 (patch)
tree2bde8bab2860e4598c3ac52dc04f70706abf7fbc /usbdrv/usbconfig-prototype.h
parent89e5d02eac39326915228b69dac0f4bcc305ff96 (diff)
downloadv-usb-555e1a62542737de249e4b93d6d1addc8bf59c68.tar.gz
v-usb-555e1a62542737de249e4b93d6d1addc8bf59c68.tar.bz2
v-usb-555e1a62542737de249e4b93d6d1addc8bf59c68.zip
- Added documentation for 12.8 MHz module
Diffstat (limited to 'usbdrv/usbconfig-prototype.h')
-rw-r--r--usbdrv/usbconfig-prototype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usbdrv/usbconfig-prototype.h b/usbdrv/usbconfig-prototype.h
index 437b3fb..5883461 100644
--- a/usbdrv/usbconfig-prototype.h
+++ b/usbdrv/usbconfig-prototype.h
@@ -44,10 +44,10 @@ section at the end of this file).
* markers every millisecond.]
*/
#define USB_CFG_CLOCK_KHZ (F_CPU/1000)
-/* Clock rate of the AVR in MHz. Legal values are 12000, 15000, 16000, 16500
- * and 20000. The 16.5 MHz version of the code requires no crystal, it
- * tolerates +/- 1% deviation from the nominal frequency. All other rates
- * require a precision of 2000 ppm and thus a crystal!
+/* Clock rate of the AVR in MHz. Legal values are 12000, 12800, 15000, 16000,
+ * 16500 and 20000. The 12.8 MHz and 16.5 MHz versions of the code require no
+ * crystal, they tolerate +/- 1% deviation from the nominal frequency. All
+ * other rates require a precision of 2000 ppm and thus a crystal!
* Default if not specified: 12 MHz
*/