From: Melissa LeBlanc-Williams Date: Sat, 16 Dec 2023 00:40:02 +0000 (-0800) Subject: Merge branch 'main' of https://github.com/adafruit/Adafruit_Blinka X-Git-Tag: 8.28.0~1^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/08bd4ccc7e0a5c454f56210d49b28a4d7443b9be?hp=7e23a369d8f0f8964f2fb28b0cf6bf3603233721 Merge branch 'main' of https://github.com/adafruit/Adafruit_Blinka --- diff --git a/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py b/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py index 4aca0a2..9bf2602 100644 --- a/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py +++ b/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py @@ -158,7 +158,6 @@ class PWMOut: def deinit(self): """Deinit the sysfs PWM.""" if self._channel is not None: - self.duty_cycle = 0 try: channel_path = os.path.join( self._sysfs_path, self._channel_path.format(self._channel)