Skip to content

Commit 47595ab

Browse files
committed
Dumb 2
1 parent c560349 commit 47595ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • deploy/dev/PiGPIO/src

deploy/dev/PiGPIO/src/pi.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,8 @@ function hardware_PWM(self::Pi, gpio, PWMfreq, PWMduty)
10871087
end
10881088

10891089
function set_internals(self::Pi, dbgLevel, alertFreq)
1090-
return _u2i(_pigpio_command_ext(
1091-
self.sl, _PI_CMD_CSI, gpio, PWMfreq, dbgLevel | alertFreq, 0))
1090+
return _u2i(_pigpio_command(
1091+
self.sl, _PI_CMD_CSI, dbgLevel | alertFreq, 0))
10921092
end
10931093

10941094
"""

0 commit comments

Comments
 (0)