examples/timer_gpio: fix compilation

This commit is contained in:
raiden00pl 2023-02-07 14:47:53 +01:00 committed by Xiang Xiao
parent 8ad4ae5508
commit 1dd7d3dec3

View File

@ -184,7 +184,6 @@ 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));