serial_hid.h: Update SER_HID_CHUNK_SIZE comment.

This commit is contained in:
Uwe Hermann 2019-06-15 17:17:52 +02:00
parent a90ffc3730
commit c87e9d26f4
1 changed files with 4 additions and 2 deletions

View File

@ -30,8 +30,10 @@
* The maximum number of bytes any supported HID chip can communicate * The maximum number of bytes any supported HID chip can communicate
* within a single request. * within a single request.
* *
* CP2110: up to 63bytes * Brymen BU-86X: up to 8 bytes
* CH9325: up to 7 bytes * SiLabs CP2110: up to 63 bytes
* Victor DMM: up to 14 bytes
* WCH CH9325: up to 7 bytes
*/ */
#define SER_HID_CHUNK_SIZE 64 #define SER_HID_CHUNK_SIZE 64