Skip to content

Commit 8155e60

Browse files
feat(esp_ringbuf): Update ring buffer doc
Closes #15298
1 parent 5a0e161 commit 8155e60

File tree

1 file changed

+0
-4
lines changed
  • components/esp_ringbuf/include/freertos

1 file changed

+0
-4
lines changed

components/esp_ringbuf/include/freertos/ringbuf.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,6 @@ size_t xRingbufferGetMaxItemSize(RingbufHandle_t xRingbuffer);
420420
* buffer. This represents the maximum size an item/data can have if it was
421421
* currently sent to the ring buffer.
422422
*
423-
* @warning This API is not thread safe. So, if multiple threads are accessing
424-
* the same ring buffer, it is the application's responsibility to
425-
* ensure atomic access to this API and the subsequent Send
426-
*
427423
* @note An empty no-split buffer has a max current free size for an item
428424
* that is limited to ((buffer_size/2)-header_size). See API reference
429425
* for xRingbufferGetMaxItemSize().

0 commit comments

Comments
 (0)