xiaoxiang781216 commented on a change in pull request #5503:
URL: https://github.com/apache/incubator-nuttx/pull/5503#discussion_r812218054
##########
File path: arch/arm/src/stm32f7/stm32_bbsram.c
##########
@@ -317,7 +317,7 @@ static int stm32_bbsram_open(FAR struct file *filep)
static int stm32_bbsram_internal_close(FAR struct bbsramfh_s *bbf)
{
bbf->dirty = 0;
- clock_gettime(CLOCK_REALTIME, &bbf->lastwrite);
+ clock_systime_timespec(&bbf->lastwrite);
Review comment:
Yes, you are right. All similar change is removed from the patch. Please
review again.
--
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]