Skip to content

Commit

Permalink
Add something into BrainFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyBot authored Nov 4, 2023
1 parent 5ee1865 commit 5cd5820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pros/serial/devices/vex/v5_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Product(IntEnum):
BRAIN = 0x10

class BrainFlags(IntFlag):
pass
CONNECTED = 0x02

class ControllerFlags(IntFlag):
CONNECTED = 0x02
Expand Down

0 comments on commit 5cd5820

Please sign in to comment.