diff options
| author | hathach <[email protected]> | 2018-11-30 13:25:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-30 13:25:58 +0700 |
| commit | 804c60304ef0c16b5ff593d6aa4143957fc180dc (patch) | |
| tree | 5a89598cbb77c8f9c7b8eb10b40fb7693f90196f /src | |
| parent | ac55fb5d0209ff353b6de9b5c7a264d10099347b (diff) | |
adding ses lpc13xx
Diffstat (limited to 'src')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index fa7bfde0c..1bcf6aa8d 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -92,7 +92,7 @@ #define OPT_MODE_NONE 0x00 ///< Disabled
#define OPT_MODE_DEVICE 0x01 ///< Device Mode
#define OPT_MODE_HOST 0x02 ///< Host Mode
-#define OPT_MODE_HIGH_SPEED 0x10 ///< Highspeed
+#define OPT_MODE_HIGH_SPEED 0x10 ///< High speed
/** @} */
#ifndef CFG_TUSB_RHPORT0_MODE
@@ -236,7 +236,7 @@ #endif
#if CFG_TUD_ENDOINT0_SIZE > 64
- #error Control Endpoint Max Package Size cannot larger than 64
+ #error Control Endpoint Max Packet Size cannot be larger than 64
#endif
#endif /* _TUSB_OPTION_H_ */
|
