diff options
author | siddhu8990 | 2016-09-22 10:35:52 +0530 |
---|---|---|
committer | siddhu8990 | 2016-09-22 10:35:52 +0530 |
commit | f0ef5a2d4560f166751b58020ee5a2bc70904611 (patch) | |
tree | 99224bc3f5fa553fc77bf5249df0fb9e382d7d96 /2.3-1/src/c/hardware/rasberrypi/includes | |
parent | 53ddbeb8c94cd71d37064d6d7e8ac56fef7ae5af (diff) | |
download | Scilab2C-f0ef5a2d4560f166751b58020ee5a2bc70904611.tar.gz Scilab2C-f0ef5a2d4560f166751b58020ee5a2bc70904611.tar.bz2 Scilab2C-f0ef5a2d4560f166751b58020ee5a2bc70904611.zip |
Image processing functions for blurring, thresholding and edge detection added
Diffstat (limited to '2.3-1/src/c/hardware/rasberrypi/includes')
-rw-r--r-- | 2.3-1/src/c/hardware/rasberrypi/includes/RPIPeripheralThreading.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/src/c/hardware/rasberrypi/includes/RPIPeripheralThreading.h b/2.3-1/src/c/hardware/rasberrypi/includes/RPIPeripheralThreading.h index 23045677..a7b2adb4 100644 --- a/2.3-1/src/c/hardware/rasberrypi/includes/RPIPeripheralThreading.h +++ b/2.3-1/src/c/hardware/rasberrypi/includes/RPIPeripheralThreading.h @@ -19,7 +19,7 @@ extern "C" { #endif -uint16 RPIThreadCreate(void *(*threadFunction)(void)); +uint16 RPIThreadCreate(void *(*threadFunction)(void*)); #ifdef __cplusplus } /* extern "C" */ |