xiaoxiang781216 merged PR #12202:
URL: https://github.com/apache/nuttx/pull/12202
--
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...@nu
ChenChuangForLinux commented on PR #12202:
URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2069143499
> @ChenChuangForLinux could you verifiy this patch fix your problem too?
Yes, I've seen the change and it is better than my patch.
--
This is an automated message from
xiaoxiang781216 commented on PR #12202:
URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2068745917
@ChenChuangForLinux could you verifiy this patch fix your problem too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
Donny9 opened a new pull request, #12202:
URL: https://github.com/apache/nuttx/pull/12202
## Summary
issue: https://github.com/apache/nuttx/pull/12188
in rwb_wrflush():
memmove(rwb->wrbuffer + padblocks * rwb->blocksize, rwb->wrbuffer,
rwb->wrnblocks * rwb->blocksize);