pkarashchenko commented on a change in pull request #5146:
URL: https://github.com/apache/incubator-nuttx/pull/5146#discussion_r777921360



##########
File path: arch/arm/src/samv7/sam_freerun.c
##########
@@ -220,8 +220,8 @@ int sam_freerun_initialize(struct sam_freerun_s *freerun, 
int chan,
 int sam_freerun_counter(struct sam_freerun_s *freerun, struct timespec *ts)
 {
   uint64_t usec;
-  uint32_t counter;
-  uint32_t verify;
+  uint16_t counter;

Review comment:
       In this particular case it does not matter because 2 of uint16_t are 
exactly uint32_t size, but I will move.




-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to