Skip to content

Commit 466348c

Browse files
committed
Add missing return in extractConfigValueByKey - resolve #12
1 parent 9a3dec0 commit 466348c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/u-blox_GNSS.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ class DevUBLOXGNSS
500500
if (maxWidth < sizeof(int8_t))
501501
return false;
502502
*value = (int8_t)extractSignedChar(pkt, ptr);
503+
return (true);
503504
break;
504505
case UBX_CFG_U2:
505506
case UBX_CFG_E2:

0 commit comments

Comments
 (0)