all classes work well with lpcxpresso device freertos
keil device freertos, CDC has problem with typing too many characters
This commit is contained in:
@@ -46,9 +46,7 @@
|
||||
//--------------------------------------------------------------------+
|
||||
// INCLUDE
|
||||
//--------------------------------------------------------------------+
|
||||
enum {
|
||||
CDCD_APP_BUFFER_SIZE = 64
|
||||
};
|
||||
enum { CDCD_APP_BUFFER_SIZE = 64 };
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// MACRO CONSTANT TYPEDEF
|
||||
|
@@ -62,7 +62,7 @@
|
||||
#define TUSB_CFG_DEVICE_HID_MOUSE 1
|
||||
#define TUSB_CFG_DEVICE_HID_GENERIC 0 // not supported yet
|
||||
#define TUSB_CFG_DEVICE_MSC 1
|
||||
#define TUSB_CFG_DEVICE_CDC 0
|
||||
#define TUSB_CFG_DEVICE_CDC 1
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// COMMON CONFIGURATION
|
||||
|
Reference in New Issue
Block a user