Skip to content

Commit

Permalink
remove usbmux support in manager temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Mar 25, 2024
1 parent 0b7340a commit 5261741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__( # noqa:C901
# yamlfilename=self.configfilename, board_name=board_name
# )
# else:
# self.usbsdmux = None
self.usbsdmux = None

self.help = helper()
self.usbdev = usbdev()
Expand Down

0 comments on commit 5261741

Please sign in to comment.