Moved APDU Timeout and Retries to apdu module.

This commit is contained in:
skarg
2008-08-17 02:12:58 +00:00
parent 0326112c68
commit 9c316a65dc
25 changed files with 79 additions and 173 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ int main(int argc, char *argv[]) {
Init_DataLink();
/* configure the timeout values */
last_seconds = time(NULL);
timeout_seconds = Device_APDU_Timeout() / 1000;
timeout_seconds = apdu_timeout() / 1000;
/* send the request */
Send_WhoIs(Target_Object_Instance_Min, Target_Object_Instance_Max);
/* loop forever */