Add SIGINT notification to cli example, for debugging

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-05-08 17:03:49 +02:00
parent 3e046cafd2
commit 4a17180d37

View File

@ -106,6 +106,7 @@ el_status_t do_suspend(void)
static void breakit(int signo)
{
puts("Got SIGINT");
}
int main(void)