mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	Ring buffers permit sending items of 0 size where: - No-split/allow-split buffers will send an item (i.e., header) but the item will have a 0 sized data section - Byte buffers will simply return pdTRUE This commit fixes an incorrect assert w.r.t 0 item size in xRingbufferSendAcquire() and also adds a note to the API descriptions regarding 0 item sizes. A test case has also been added.