From c06fc4e259a6824405f1720ac1cbe5086e834619 Mon Sep 17 00:00:00 2001 From: Andreu Corominas Murtra <acoromin@iri.upc.edu> Date: Mon, 6 Oct 2014 10:56:45 +0000 Subject: [PATCH] nothing relevant, just to test commit --- src/asterx1_gps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asterx1_gps.h b/src/asterx1_gps.h index 8f4bb5d..bfd759b 100644 --- a/src/asterx1_gps.h +++ b/src/asterx1_gps.h @@ -107,7 +107,7 @@ const int PORT_READ_TIMEOUT = -7; const int ACQUISITION_ERROR = -8; /** - Status of a class object is a bitwise OR of different values. The given bit is set when positive cases, and reset if negative significance + Status of a class object is a bitwise OR of different values. The given bit is set when positive cases, and reset if negative significance. */ const unsigned int DEVICE_OPEN = 0x1; const unsigned int ACQUISITION_RUNNING = 0x2; -- GitLab