Revert "Revert "examples/timer_gpio: fix initialization of timer notification""

This reverts commit 539b7363d0.
This commit is contained in:
Petro Karashchenko 2022-10-23 12:08:03 +02:00 committed by Xiang Xiao
parent ec1c5f9273
commit 9368b659a7

View File

@ -182,6 +182,7 @@ static int timer_gpio_daemon(int argc, char *argv[])
notify.event.sigev_notify = SIGEV_SIGNAL;
notify.event.sigev_signo = CONFIG_EXAMPLES_TIMER_GPIO_SIGNO;
notify.event.sigev_value.sival_ptr = NULL;
notify.oneshot = false;
ret = ioctl(fd_timer, TCIOC_NOTIFICATION,
(unsigned long)((uintptr_t)&notify));