Skip to content

Commit

Permalink
fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Nov 5, 2023
1 parent 96976af commit cb5bad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosys/hardware/robot_brain.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def enable_esp(self) -> None:
esp = Esp(nand='nand' in params,
xavier='xavier' in params,
orin='orin' in params,
ce=devices[0] if devices else None)
device=devices[0] if devices else None)
with esp.pin_config():
esp.activate()
except Exception:
Expand Down

0 comments on commit cb5bad2

Please sign in to comment.