Update switch select log message

This commit is contained in:
Correl Roush 2023-05-27 21:33:46 -04:00
parent 156b904bfd
commit 62bdbe71f5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class CD4052:
"""
a = channel & 0b01
b = (channel & 0b10) >> 1
print(f"CD4052: Selecting Channel {channel} ({a}, {b})")
print(f"CD4052: Selecting Channel {channel}")
mute = self._inh()
self._inh.on()
self._channel_select_a(a)