summaryrefslogtreecommitdiff
path: root/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c
diff options
context:
space:
mode:
authorsiddhu89902016-08-18 15:47:18 +0530
committersiddhu89902016-08-18 15:47:18 +0530
commitc8fd6991786ccddb44547b619178bb391f3f9b96 (patch)
treecd1cacd7796d85875e8b2bb15780902c55f42db1 /src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c
parent24fbba33153e7758df4a990cb4c21ae8e53e6f3e (diff)
downloadScilab2C_fossee_old-c8fd6991786ccddb44547b619178bb391f3f9b96.tar.gz
Scilab2C_fossee_old-c8fd6991786ccddb44547b619178bb391f3f9b96.tar.bz2
Scilab2C_fossee_old-c8fd6991786ccddb44547b619178bb391f3f9b96.zip
RPi-PWM and basic imaage processing
Diffstat (limited to 'src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c')
-rw-r--r--src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c b/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c
index d94beff..d0a063a 100644
--- a/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c
+++ b/src/c/hardware/rasberrypi/threading/u16RPIThreadCreates.c
@@ -15,7 +15,7 @@
#include "types.h"
#include "RPIPeripheralThreading.h"
-uint16 RPIThreadCreate(void (*threadFunction))
+uint16 RPIThreadCreate(void *(*threadFunction)(void))
{
int status;
status = piThreadCreate (threadFunction);