X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/e0865b0bc720d55f55232539ec03508dc9eec9e7..6c48e5e4be302ba8a78c0d3f6bb614e933447f36:/src/adafruit_blinka/microcontroller/rockchip/PWMOut.py diff --git a/src/adafruit_blinka/microcontroller/rockchip/PWMOut.py b/src/adafruit_blinka/microcontroller/rockchip/PWMOut.py index e152377..1e5d6e4 100644 --- a/src/adafruit_blinka/microcontroller/rockchip/PWMOut.py +++ b/src/adafruit_blinka/microcontroller/rockchip/PWMOut.py @@ -78,7 +78,6 @@ class PWMOut: self._chip = pwmout[0][0] self._channel = pwmout[0][1] - self._chip_path = os.path.join( "/sys/class/pwm", self._chip_path.format(self._chip) )