summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllHeaders.sci
diff options
context:
space:
mode:
authorJorawar Singh2017-07-04 15:14:46 +0530
committerJorawar Singh2017-07-04 15:14:46 +0530
commit121b455e1e46617c670a8b9dfa77bbb1aa97a51a (patch)
treed4ebfb141c8036c3d59c0ac9007003f79ed68d02 /macros/findDeps/getAllHeaders.sci
parenta3dfa2a4069740517ca6e83f99dd4e0dbb71c377 (diff)
downloadscilab2c-121b455e1e46617c670a8b9dfa77bbb1aa97a51a.tar.gz
scilab2c-121b455e1e46617c670a8b9dfa77bbb1aa97a51a.tar.bz2
scilab2c-121b455e1e46617c670a8b9dfa77bbb1aa97a51a.zip
Fixed standalone conversion errors with RPi files
Diffstat (limited to 'macros/findDeps/getAllHeaders.sci')
-rw-r--r--macros/findDeps/getAllHeaders.sci3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/findDeps/getAllHeaders.sci b/macros/findDeps/getAllHeaders.sci
index 762c9a32..3e7b4d8c 100644
--- a/macros/findDeps/getAllHeaders.sci
+++ b/macros/findDeps/getAllHeaders.sci
@@ -261,6 +261,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"
@@ -275,11 +276,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"