From 51c9c01ff8a3eb3f098add3df70857c9f7000ff4 Mon Sep 17 00:00:00 2001 From: johlim Date: Thu, 15 Dec 2016 16:39:02 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f80281f..2b10bef 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The library doesn't perform this conversion automatically for the following reas ```c char line[MINMEA_MAX_LENGTH]; while (fgets(line, sizeof(line), stdin) != NULL) { - switch (minmea_sentence_id(line)) { + switch (minmea_sentence_id(line, false)) { case MINMEA_SENTENCE_RMC: { struct minmea_sentence_rmc frame; if (minmea_parse_rmc(&frame, line)) {