mirror of https://github.com/commaai/panda.git
whitespace fix
This commit is contained in:
parent
eba113cb67
commit
f70ef291f9
|
@ -617,7 +617,7 @@ class UdsClient():
|
|||
}
|
||||
|
||||
def link_control(self, link_control_type: LINK_CONTROL_TYPE, baud_rate_type: BAUD_RATE_TYPE=None):
|
||||
data : Optional[bytes]
|
||||
data: Optional[bytes]
|
||||
|
||||
if link_control_type == LINK_CONTROL_TYPE.VERIFY_BAUDRATE_TRANSITION_WITH_FIXED_BAUDRATE:
|
||||
# baud_rate_type = BAUD_RATE_TYPE
|
||||
|
|
Loading…
Reference in New Issue