From 424fcd4cb9f56714c58c3a1afbd3073732517c45 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 25 Sep 2006 19:34:21 +0000 Subject: [PATCH] COMM_TIMEOUT must be a float. --- motorApp/PiSrc/drvPIC862.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/motorApp/PiSrc/drvPIC862.h b/motorApp/PiSrc/drvPIC862.h index 9d8d82b6..6798044d 100644 --- a/motorApp/PiSrc/drvPIC862.h +++ b/motorApp/PiSrc/drvPIC862.h @@ -10,6 +10,7 @@ * Modification Log: * ----------------- * .00 09/05/2006 mr copied from drvPIC848.h + * .01 09/25/2006 rls COMM_TIMEOUT must be a float. */ #ifndef INCdrvPIC862h @@ -20,7 +21,7 @@ #include "asynDriver.h" #include "asynOctetSyncIO.h" -#define COMM_TIMEOUT 2 /* Timeout in seconds. */ +#define COMM_TIMEOUT 2.0 /* Timeout in seconds. */ struct PIC862controller {