linguini1 commented on code in PR #17768:
URL: https://github.com/apache/nuttx/pull/17768#discussion_r2662336775


##########
drivers/sensors/gnss_uorb.c:
##########
@@ -595,6 +595,7 @@ static void gnss_parse(FAR struct gnss_upperhalf_s *upper,
     {
       if (*buffer == '$')
         {
+          upper->parsenext = 0;

Review Comment:
   Good fix! Isn't this the only required line for this bug fix? I think the 
sensor monitor stuff is accidentally mixed in.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to