Files
nuttx/libs/libc/misc
Bowen Wang 8cfe8a0f3e circbuf: fix circbuf_get_read/writeptr return *size = 0 when circbuf full
In circbuf_get_read/writeptr, when circbuf is full, off == pos, and
*size = off - pos = 0. So add circbuf_is_full() condition to return
correct *size.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-16 16:59:51 +08:00
..
2024-10-13 03:09:26 +08:00
2024-10-11 00:37:27 +08:00
2024-10-04 08:21:35 +08:00
2024-10-13 03:09:26 +08:00
2024-10-13 03:09:26 +08:00