Files
nuttx/libs/libc
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-01 12:25:52 +08:00
2024-10-08 08:13:42 +08:00
2024-10-01 12:25:52 +08:00
2024-10-01 12:25:52 +08:00
2024-10-01 12:25:52 +08:00
2024-10-01 12:25:52 +08:00
2024-09-19 03:44:49 +08:00
2024-10-16 11:15:25 +08:00
2024-10-01 12:25:52 +08:00
2024-10-01 12:25:52 +08:00