system/cu: Remove the duplicated SIGINT definition

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-03-25 05:30:34 +08:00 committed by patacongo
parent 6833a8c0cc
commit 35edbf02f5

View File

@ -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
****************************************************************************/