From 804c60304ef0c16b5ff593d6aa4143957fc180dc Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 30 Nov 2018 13:25:58 +0700 Subject: adding ses lpc13xx --- src/tusb_option.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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_ */ -- cgit v1.3.1