mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ringbuf: Remove deprecated RingbufferType_t
Deprecated in ESP-IDF V3.1
This commit is contained in:
parent
dc7d6d592e
commit
2e067f5b57
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user