diff options
author | siddhu8990 | 2016-01-13 11:15:17 +0530 |
---|---|---|
committer | siddhu8990 | 2016-01-13 11:15:17 +0530 |
commit | 7cba1cf7d2ee89559239a22c50297a1545de0587 (patch) | |
tree | 5319b21a5679b6dabf10c57346cea9b41db02ac2 /src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h | |
parent | d166736e0eb384156d30bcea45711d4c8d474ee1 (diff) | |
download | scilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.tar.gz scilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.tar.bz2 scilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.zip |
Test commit
Diffstat (limited to 'src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h')
-rw-r--r-- | src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h b/src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h index 73686190..2d5e5cbd 100644 --- a/src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h +++ b/src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h @@ -14,10 +14,10 @@ extern "C" { #endif -#define d0d0d0d0AVRPWMSetupu80(in1,in2) u8AVRPWMSetups((uint8) in1,\ +#define AVRPWMSetup(in1,in2,in3,in4) u8AVRPWMSetups((uint8) in1,\ (uint8) in2, (uint8) in3, (uint8) in4); -#define d0d0AVRPWMSetDuty(in1,in2) u8AVRPWMSetDutys((uint8) in1, (uint8) in2); +#define AVRPWMSetDuty(in1,in2) u8AVRPWMSetDutys((uint8) in1, (uint8) in2); #ifdef __cplusplus } /* extern "C" */ |