This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 35edbf02f system/cu: Remove the duplicated SIGINT definition 35edbf02f is described below commit 35edbf02f5d0c3e5361559facc7eadc96ed6b0b7 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Sat Mar 25 05:30:34 2023 +0800 system/cu: Remove the duplicated SIGINT definition Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- system/cu/cu_main.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/system/cu/cu_main.c b/system/cu/cu_main.c index 2015cf2ea..c67b379ff 100644 --- a/system/cu/cu_main.c +++ b/system/cu/cu_main.c @@ -57,16 +57,6 @@ #include "cu.h" -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -#ifndef CONFIG_SIG_INT -# define SIGINT 10 -#else -# define SIGINT CONFIG_SIG_INT -#endif - /**************************************************************************** * Private Types ****************************************************************************/