diff options
author | Brijeshcr | 2017-07-07 22:44:13 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 22:44:13 +0530 |
commit | 9ac9018159cd030c688d8f5ad9167519a8a1d44c (patch) | |
tree | a186e0865e47065bd7ef6cbc85fba9c53f0bf016 /2.3-1/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h | |
parent | 1df1fd26cfd7b19dda4b7a572687c863b530b380 (diff) | |
parent | be5eb631423e8a1b5b5c2db7ea4d8e066030f767 (diff) | |
download | Scilab2C-9ac9018159cd030c688d8f5ad9167519a8a1d44c.tar.gz Scilab2C-9ac9018159cd030c688d8f5ad9167519a8a1d44c.tar.bz2 Scilab2C-9ac9018159cd030c688d8f5ad9167519a8a1d44c.zip |
Pi function changes and gui mods
Diffstat (limited to '2.3-1/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h')
-rw-r--r-- | 2.3-1/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2.3-1/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h b/2.3-1/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h index d2fae234..cbbb47ae 100644 --- a/2.3-1/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h +++ b/2.3-1/src/c/hardware/rasberrypi/interfaces/int_RPIPeripheralTiming.h @@ -24,6 +24,8 @@ extern "C" { #define d0RPI_delay(time) u32RPI_delays(time); #define u320RPI_delayMicro(time) u32RPI_delayMicros(time); +#define d0RPI_delayMicro(time) u32RPI_delayMicros(time); + #define RPI_millisu320() RPI_millis(); #define RPI_microsu320() RPI_micros(); |