mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
ringbuf: Remove deprecated RingbufferType_t
Deprecated in ESP-IDF V3.1
This commit is contained in:
committed by
Angus Gratton
parent
e4a4e6ed81
commit
5a7d3ef319
@@ -514,10 +514,6 @@ void vRingbufferGetInfo(RingbufHandle_t xRingbuffer,
|
||||
*/
|
||||
void xRingbufferPrintInfo(RingbufHandle_t xRingbuffer);
|
||||
|
||||
/* ------------------------------- Deprecated ------------------------------- */
|
||||
|
||||
typedef RingbufferType_t ringbuf_type_t __attribute__((deprecated));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user