diff options
author | Siddhu8990 | 2017-07-04 20:20:46 +0530 |
---|---|---|
committer | Siddhu8990 | 2017-07-04 20:20:46 +0530 |
commit | 87823db220f4c3b8bee16c0b2e08027704de1efe (patch) | |
tree | cfa622c687b23faee16afb98ec4fcb7f946ffa15 /macros/findDeps/getAllHeaders.sci | |
parent | 94afa929398d966285e86983010497b7dd7e7c2a (diff) | |
parent | 121b455e1e46617c670a8b9dfa77bbb1aa97a51a (diff) | |
download | scilab2c-87823db220f4c3b8bee16c0b2e08027704de1efe.tar.gz scilab2c-87823db220f4c3b8bee16c0b2e08027704de1efe.tar.bz2 scilab2c-87823db220f4c3b8bee16c0b2e08027704de1efe.zip |
Removed wiringPi.h include bug, added amell, bug removed for dct and idct
Diffstat (limited to 'macros/findDeps/getAllHeaders.sci')
-rw-r--r-- | macros/findDeps/getAllHeaders.sci | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/findDeps/getAllHeaders.sci b/macros/findDeps/getAllHeaders.sci index 7dd55213..04359769 100644 --- a/macros/findDeps/getAllHeaders.sci +++ b/macros/findDeps/getAllHeaders.sci @@ -265,6 +265,7 @@ function allHeaders = getAllHeaders(SharedInfo) "thirdparty/includes/WiringPi/wiringSerial.h" "thirdparty/includes/WiringPi/gertboard.h" "thirdparty/includes/WiringPi/lcd.h" + "thirdparty/includes/WiringPi/lcd128x64.h" "thirdparty/includes/WiringPi/mcp23s08.h" "thirdparty/includes/WiringPi/mcp23s17.h" "thirdparty/includes/WiringPi/mcp23008.h" @@ -279,11 +280,13 @@ function allHeaders = getAllHeaders(SharedInfo) "thirdparty/includes/WiringPi/softTone.h" "thirdparty/includes/WiringPi/wiringPiI2C.h" "thirdparty/includes/WiringPi/wiringShift.h" + "thirdparty/includes/WiringPi/RPI_wfi.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralDigital.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralGertboard.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralI2C.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralInterrupt.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralLCD.h" + "src/c/hardware/rasberrypi/includes/RPIPeripheralLCD128x64.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralMcp.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralMisc.h" "src/c/hardware/rasberrypi/includes/RPIPeripheralPcf.h" |