diff --git a/src/asterx1_gps.h b/src/asterx1_gps.h index 8f4bb5db339225b119c79e9ab86287f3c35f3ccd..bfd759b39fb6ef63b239859a17f9973a1622be17 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;