From 89ca2d208cd5720d4f9c0475cc1592c5e03e3828 Mon Sep 17 00:00:00 2001 From: muramura Date: Sun, 28 Apr 2024 21:23:03 +0900 Subject: [PATCH] sbf: Delete unnecessary processes --- src/sbf.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbf.cpp b/src/sbf.cpp index 98de007..905c93b 100755 --- a/src/sbf.cpp +++ b/src/sbf.cpp @@ -380,7 +380,6 @@ int GPSDriverSBF::parseChar(const uint8_t b) } else { // expecting more payload, stay in state SBF_DECODE_PAYLOAD - ret = 0; }