Skip to content

Commit

Permalink
Add something into BrainFlags (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyBot committed Jan 13, 2024
1 parent 5ee1865 commit 26d19b7
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 26d19b7

Please sign in to comment.