gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Fix compilation error when FIXED_STOP_BITS is set


From: Alvaro G. M
Subject: [gpsd-dev] [PATCH] Fix compilation error when FIXED_STOP_BITS is set
Date: Mon, 23 Jul 2012 11:23:30 +0200

From: "Alvaro G. M" <address@hidden>

---
 serial.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/serial.c b/serial.c
index 55eaef6..24ef567 100644
--- a/serial.c
+++ b/serial.c
@@ -558,7 +558,7 @@ bool gpsd_next_hunt_setting(struct gps_device_t * session)
 #endif /* FIXED_PORT_SPEED */
                       session->gpsdata.dev.parity,
 #ifdef FIXED_STOP_BITS
-                      FIXED_STOP_BITS,
+                      FIXED_STOP_BITS
 #else
                       session->gpsdata.dev.stopbits
 #endif /* FIXED_STOP_BITS */
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]