diff options
Diffstat (limited to '2.3-1/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c')
-rw-r--r-- | 2.3-1/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c b/2.3-1/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c index d0a063ac..c05c959c 100644 --- a/2.3-1/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c +++ b/2.3-1/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c @@ -15,7 +15,7 @@ #include "types.h" #include "RPIPeripheralThreading.h" -uint16 RPIThreadCreate(void *(*threadFunction)(void)) +uint16 RPIThreadCreate(void *(*threadFunction)(void*)) { int status; status = piThreadCreate (threadFunction); |