Skip to content

Commit 54c06b5

Browse files
authored
Update peripherals.py
1 parent c444d06 commit 54c06b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_magtag/peripherals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def play_tone(self, frequency, duration):
8686
pass
8787
attempt += 1
8888
self._speaker_enable.value = False
89-
89+
9090
def deinit(self):
9191
"""Call deinit on all resources to free them"""
9292
self.neopixels.deinit()

0 commit comments

Comments
 (0)