From 450acd34548ba701387ec8448b1b37878a52a882 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 18 May 2015 18:08:49 +0800 Subject: [PATCH] Revert "Add FINSH_CMD_SIZE option." This reverts commit 326a7d7496eba1231a28c1681671ef0e54b4902f. --- components/finsh/shell.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/finsh/shell.h b/components/finsh/shell.h index 751590366a..92fa4bccb2 100644 --- a/components/finsh/shell.h +++ b/components/finsh/shell.h @@ -50,9 +50,7 @@ #ifndef FINSH_THREAD_STACK_SIZE #define FINSH_THREAD_STACK_SIZE 2048 #endif -#ifndef FINSH_CMD_SIZE #define FINSH_CMD_SIZE 80 -#endif #define FINSH_OPTION_ECHO 0x01 #if defined(FINSH_USING_MSH) || (defined(RT_USING_DFS) && defined(DFS_USING_WORKDIR)) -- GitLab