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 /src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h | |
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 'src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h')
-rw-r--r-- | src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h b/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h index cb55572a..572d028d 100644 --- a/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h +++ b/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralInterrupt.h @@ -21,6 +21,7 @@ extern "C" { #endif #define u80i160RPI_waitForInterrupti80(pin,time) u8RPI_waitForInterrupts(pin,time); +#define d0d0RPI_waitForInterrupti80(pin,time) u8RPI_waitForInterrupts(pin,time); #ifdef __cplusplus } /* extern "C" */ |