summaryrefslogtreecommitdiff
path: root/driver_navcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index 18f56f3c..661cc854 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -1268,7 +1268,7 @@ static bool navcom_speed(struct gps_device_t *session,
/* Proceed to construct our message */
port = session->driver.navcom.physical_port;
- /*@i1@*/ port_selection = (port ? port : (uint8_t) 0xff) | baud;
+ port_selection = (port ? port : (uint8_t) 0xff) | baud;
/* Send it off */
navcom_cmd_0x11(session, port_selection);