<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Hal Murray pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/2353fbfb53349f44638d9a49c669c1ca0dfafbc5">2353fbfb</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2016-02-01T16:17:20-08:00</i>
</div>
<pre class='commit-message'>Fix minor typos.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
docs/driver20.txt
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
ntpd/refclock_nmea.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/2353fbfb53349f44638d9a49c669c1ca0dfafbc5#diff-0'>
<strong>
docs/driver20.txt
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/docs/driver20.txt
</span><span style="color: #000000;background-color: #ddffdd">+++ b/docs/driver20.txt
</span><span style="color: #aaaaaa">@@ -100,7 +100,7 @@ Specific GPS sentences and bitrates may be selected by setting bits of the \'mod
</span> [cols="10%,10%,10%,70%",options="header"]
 |=============================================================================
 |Bit    | Decimal | Hex | Meaning
<span style="color: #000000;background-color: #ffdddd">-|0      |1        |1    |process +$GPMRC+
</span><span style="color: #000000;background-color: #ddffdd">+|0      |1        |1    |process +$GPRMC+
</span> |1      |2        |2    |process +$GPGGA+
 |2      |4        |4    |process +$GPGLL+
 |3      |8        |8    |process +$GPZDA+ or +$GPZDG+
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/2353fbfb53349f44638d9a49c669c1ca0dfafbc5#diff-1'>
<strong>
ntpd/refclock_nmea.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/refclock_nmea.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/refclock_nmea.c
</span><span style="color: #aaaaaa">@@ -880,13 +880,13 @@ nmea_receive(
</span>    * make sure it came in clean
         *
         * Apparently, older NMEA specifications (which are expensive)
<span style="color: #000000;background-color: #ffdddd">-         * did not require the checksum for all sentences.  $GPMRC is
</span><span style="color: #000000;background-color: #ddffdd">+    * did not require the checksum for all sentences.  $GPRMC is
</span>    * the only one so far identified which has always been required
         * to include a checksum.
         *
         * Today, most NMEA GPS receivers checksum every sentence.  To
         * preserve its error-detection capabilities with modern GPSes
<span style="color: #000000;background-color: #ffdddd">-         * while allowing operation without checksums on all but $GPMRC,
</span><span style="color: #000000;background-color: #ddffdd">+    * while allowing operation without checksums on all but $GPRMC,
</span>    * we keep track of whether we've ever seen a valid checksum on
         * a given sentence, and if so, reject future instances without
         * checksum.  ('up->cksum_type[NMEA_GPRMC]' is set in
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/2353fbfb53349f44638d9a49c669c1ca0dfafbc5">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/2353fbfb53349f44638d9a49c669c1ca0dfafbc5"}}</script>
</p>
</div>
</body>
</html>