diff options
author | Siddhu8990 | 2017-07-04 20:20:46 +0530 |
---|---|---|
committer | Siddhu8990 | 2017-07-04 20:20:46 +0530 |
commit | e9de337a34e123749927039f7011fb30fc96f7c9 (patch) | |
tree | 4056424cb082605c759d213cff058c2491b6d43d /2.3-1/includes | |
parent | 9981dc71e9478fee921175d300d69fd5ba655dc5 (diff) | |
parent | e7a1a9bd776aa3ebdd13aea4d4ef838e65acb34c (diff) | |
download | Scilab2C-e9de337a34e123749927039f7011fb30fc96f7c9.tar.gz Scilab2C-e9de337a34e123749927039f7011fb30fc96f7c9.tar.bz2 Scilab2C-e9de337a34e123749927039f7011fb30fc96f7c9.zip |
Removed wiringPi.h include bug, added amell, bug removed for dct and idct
Diffstat (limited to '2.3-1/includes')
-rw-r--r-- | 2.3-1/includes/sci2clib.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/2.3-1/includes/sci2clib.h b/2.3-1/includes/sci2clib.h index c88956a1..1a8b557d 100644 --- a/2.3-1/includes/sci2clib.h +++ b/2.3-1/includes/sci2clib.h @@ -455,12 +455,12 @@ extern "C" { #include "modk.h" #include "int_modk.h" /* interfacing idct */ -#include "idct.h" -#include "int_idct.h" +//#include "idct.h" +//#include "int_idct.h" /* interfacing dct */ -#include "dct.h" -#include "int_dct.h" +//#include "dct.h" +//#include "int_dct.h" /* interfacing convol */ #include "conv.h" @@ -726,7 +726,7 @@ extern "C" { #endif /*RPi*/ -//#ifdef RPi1 +#ifdef RPi1 #include "wiringPi.h" #include "RPIPeripheralDigital.h" #include "int_RPIPeripheralDigital.h" @@ -760,7 +760,7 @@ extern "C" { #include "int_RPIPeripheralSoft.h" #include "RPIPeripheralTiming.h" #include "int_RPIPeripheralTiming.h" -//#endif +#endif #ifdef __cplusplus } |