COMM_TIMEOUT must be a float.

This commit is contained in:
Ron Sluiter
2006-09-25 19:34:21 +00:00
parent e291c31bd2
commit 424fcd4cb9
+2 -1
View File
@@ -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
{