diff options
author | Jorawar Singh | 2017-07-04 15:14:46 +0530 |
---|---|---|
committer | Jorawar Singh | 2017-07-04 15:14:46 +0530 |
commit | 121b455e1e46617c670a8b9dfa77bbb1aa97a51a (patch) | |
tree | d4ebfb141c8036c3d59c0ac9007003f79ed68d02 /src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h | |
parent | a3dfa2a4069740517ca6e83f99dd4e0dbb71c377 (diff) | |
download | scilab2c-121b455e1e46617c670a8b9dfa77bbb1aa97a51a.tar.gz scilab2c-121b455e1e46617c670a8b9dfa77bbb1aa97a51a.tar.bz2 scilab2c-121b455e1e46617c670a8b9dfa77bbb1aa97a51a.zip |
Fixed standalone conversion errors with RPi files
Diffstat (limited to 'src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h')
-rw-r--r-- | src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h b/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h index 5c4e6184..d2fae234 100644 --- a/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h +++ b/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h @@ -21,6 +21,8 @@ extern "C" { #endif #define u320RPI_delay(time) u32RPI_delays(time); +#define d0RPI_delay(time) u32RPI_delays(time); + #define u320RPI_delayMicro(time) u32RPI_delayMicros(time); #define RPI_millisu320() RPI_millis(); #define RPI_microsu320() RPI_micros(); |