Skip to content

Commit b166965

Browse files
authored
Fix ordering
1 parent 19ee797 commit b166965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scscontroller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ class SCSController:
3535
light: bool = False
3636
hblight: bool = False
3737
lblinker: bool = False
38-
lblinkerh: bool = False
3938
rblinker: bool = False
39+
lblinkerh: bool = False
4040
rblinkerh: bool = False
4141
quickpark: bool = False
4242
drive: bool = False

0 commit comments

Comments
 (0)