diff options
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 cb55572..572d028 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" */ |