X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Ftimer_posix.c;h=309d5c502c19e7b9343ba6dbadd7ed7994a70605;hb=16138e815e7fe2e86b1685aeeb395eb43b453881;hp=d54c61205c33c73c5b78ce2915eb80b2f280ae96;hpb=cfa8814ca45e8bae9b36713bc534ecb581834016;p=bertos.git diff --git a/bertos/emul/timer_posix.c b/bertos/emul/timer_posix.c index d54c6120..309d5c50 100644 --- a/bertos/emul/timer_posix.c +++ b/bertos/emul/timer_posix.c @@ -31,7 +31,6 @@ * * \brief Low-level timer module for Qt emulator (implementation). * - * \version $Id$ * \author Bernie Innocenti */ //#include // hptime.t @@ -82,6 +81,7 @@ static void timer_hw_cleanup(void) { 0, 0 } /* it_value */ }; setitimer(ITIMER_REAL, &itv, NULL); + signal(SIGALRM, SIG_DFL); } INLINE hptime_t timer_hw_hpread(void)