Skip to content
Snippets Groups Projects
Commit aa7ecab8 authored by patacongo's avatar patacongo
Browse files

Function did not match prototype

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@599 42af7a65-404d-4744-a932-0658087f49c3
parent ce50defd
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
static void inline timer_sigqueue(FAR struct posix_timer_s *timer);
static void inline timer_restart(FAR struct posix_timer_s *timer, uint32 itimer);
static void timer_timeout(int argc, uint32 itimer, ...);
static void timer_timeout(int argc, uint32 itimer);
/********************************************************************************
* Private Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment