Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
USBBULK_Types.h@3:a71b7d2b97ef, 2014-04-28 (annotated)
- Committer:
- yamasho
- Date:
- Mon Apr 28 07:37:14 2014 +0000
- Revision:
- 3:a71b7d2b97ef
- Parent:
- 0:e8c90969688d
Description Modify;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
yamasho | 0:e8c90969688d | 1 | |
yamasho | 0:e8c90969688d | 2 | #ifndef USBCLASS_BULK_TYPES |
yamasho | 0:e8c90969688d | 3 | #define USBCLASS_BULK_TYPES |
yamasho | 0:e8c90969688d | 4 | |
yamasho | 0:e8c90969688d | 5 | #define VENDER_SPECIFIC_CLASS (0XFF) |
yamasho | 0:e8c90969688d | 6 | |
yamasho | 0:e8c90969688d | 7 | #define MAX_BULK_SIZE (64) |
yamasho | 0:e8c90969688d | 8 | |
yamasho | 0:e8c90969688d | 9 | #endif |