aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbconfig-prototype.h
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-03-23 11:10:07 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-03-23 11:10:07 +0000
commit544b28e2428903a354312f22657f91652db12c1c (patch)
tree17f0fa48db9d44cd787098d0c1ada2818495a445 /usbdrv/usbconfig-prototype.h
parent34b074d227e92f665095e49e7aab93345b0ee3ee (diff)
downloadv-usb-544b28e2428903a354312f22657f91652db12c1c.tar.gz
v-usb-544b28e2428903a354312f22657f91652db12c1c.tar.bz2
v-usb-544b28e2428903a354312f22657f91652db12c1c.zip
- documentation updates
Diffstat (limited to 'usbdrv/usbconfig-prototype.h')
-rw-r--r--usbdrv/usbconfig-prototype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usbdrv/usbconfig-prototype.h b/usbdrv/usbconfig-prototype.h
index 21b7ada..a759e81 100644
--- a/usbdrv/usbconfig-prototype.h
+++ b/usbdrv/usbconfig-prototype.h
@@ -51,8 +51,8 @@ section at the end of this file).
* Default if not specified: 12 MHz
*/
#define USB_CFG_CHECK_CRC 0
-/* Define this to 1 if you want that the driver checks data integrity of data
- * packets (CRC checks). CRC checks cost quite a bit of code size and are
+/* Define this to 1 if you want that the driver checks integrity of incoming
+ * data packets (CRC checks). CRC checks cost quite a bit of code size and are
* currently only available for 18 MHz crystal clock. You must choose
* USB_CFG_CLOCK_KHZ = 18000 if you enable this option.
*/