We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0e161 commit 8155e60Copy full SHA for 8155e60
components/esp_ringbuf/include/freertos/ringbuf.h
@@ -420,10 +420,6 @@ size_t xRingbufferGetMaxItemSize(RingbufHandle_t xRingbuffer);
420
* buffer. This represents the maximum size an item/data can have if it was
421
* currently sent to the ring buffer.
422
*
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
- *
427
* @note An empty no-split buffer has a max current free size for an item
428
* that is limited to ((buffer_size/2)-header_size). See API reference
429
* for xRingbufferGetMaxItemSize().
0 commit comments