Skip to content

Commit

Permalink
Fixed a typo in greengiant.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OldUser101 authored Oct 5, 2024
1 parent 4d08627 commit 4bbde55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot/greengiant.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def get_5v_acc_power(self):
return bool(self._bus.read_byte_data(_GG_I2C_ADDR, _GG_ENABLE_5V_ACC))
else:
# for GG versions 5v power is always enabled
raise IOError(f"Attempted to get 5v powe on an unsupported BrainBox.")
raise IOError(f"Attempted to get 5v power on an unsupported BrainBox.")


def set_user_led(self, on):
Expand Down

0 comments on commit 4bbde55

Please sign in to comment.