mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-01-09 05:09:01 +01:00
Merge branch 'master' of git://git.drogon.net/wiringPi
This commit is contained in:
commit
e636f6213b
@ -530,7 +530,7 @@ void pwmWriteGpio (int pin, int value)
|
||||
pin = pin & 63 ;
|
||||
port = gpioToPwmPort [pin] ;
|
||||
|
||||
*(pwm + port) = value & 0x3FF ;
|
||||
*(pwm + port) = value ;
|
||||
}
|
||||
|
||||
void pwmWriteWPi (int pin, int value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user