diff options
| author | hathach <[email protected]> | 2014-03-31 12:38:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-31 12:38:12 +0700 |
| commit | 97b5ce74c9434078ad735bca2cbf37845f9038d0 (patch) | |
| tree | a6c2e0f26840efbef4331bd7914838eb832ee583 /demos/device/src/cdc_device_app.c | |
| parent | 140115584fd50297d9cc28b71de72d258660d696 (diff) | |
all classes work well with lpcxpresso device freertos
keil device freertos, CDC has problem with typing too many characters
Diffstat (limited to 'demos/device/src/cdc_device_app.c')
| -rw-r--r-- | demos/device/src/cdc_device_app.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/device/src/cdc_device_app.c b/demos/device/src/cdc_device_app.c index 2abbc427b..accd61547 100644 --- a/demos/device/src/cdc_device_app.c +++ b/demos/device/src/cdc_device_app.c @@ -46,9 +46,7 @@ //--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-enum {
- CDCD_APP_BUFFER_SIZE = 64
-};
+enum { CDCD_APP_BUFFER_SIZE = 64 };
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
|
