diff options
Diffstat (limited to 'demos/host/src/cli.c')
| -rw-r--r-- | demos/host/src/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/cli.c b/demos/host/src/cli.c index 8816d43ba..d67379b9b 100644 --- a/demos/host/src/cli.c +++ b/demos/host/src/cli.c @@ -135,8 +135,8 @@ static cli_cmdfunc_t cli_command_tbl[] = //--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
+TUSB_CFG_ATTR_USBRAM uint8_t fileread_buffer[CLI_FILE_READ_BUFFER];
static char cli_buffer[CLI_MAX_BUFFER];
-uint8_t fileread_buffer[CLI_FILE_READ_BUFFER] TUSB_CFG_ATTR_USBRAM;
static char volume_label[20];
static inline void drive_number2letter(char * p_path) ATTR_ALWAYS_INLINE;
|
