mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Canfestival library: add new package
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/drivers/timers_unix/timers_unix.c
|
||||
+++ b/drivers/timers_unix/timers_unix.c
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
-void timer_notify(sigval_t val)
|
||||
+void timer_notify(void)
|
||||
{
|
||||
if(gettimeofday(&last_sig,NULL)) {
|
||||
perror("gettimeofday()");
|
||||
Reference in New Issue
Block a user