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 Jan 16, 2024
1 parent 56e10a7 commit 1105415
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 @@ -116,7 +116,7 @@ def __init__( # noqa:C901
# yamlfilename=self.configfilename, board_name=board_name
# )
# else:
# self.usbsdmux = None
self.usbsdmux = None

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

0 comments on commit 1105415

Please sign in to comment.