Indented with standard indent rules.
This commit is contained in:
@@ -431,8 +431,7 @@ int main(int argc, char *argv[]) {
|
||||
Init_DataLink();
|
||||
/* configure the timeout values */
|
||||
last_seconds = time(NULL);
|
||||
timeout_seconds =
|
||||
(apdu_timeout() / 1000) * apdu_retries();
|
||||
timeout_seconds = (apdu_timeout() / 1000) * apdu_retries();
|
||||
/* try to bind with the device */
|
||||
found =
|
||||
address_bind_request(Target_Device_Object_Instance, &max_apdu,
|
||||
|
||||
Reference in New Issue
Block a user