ringbuf: Remove deprecated RingbufferType_t

Deprecated in ESP-IDF V3.1
This commit is contained in:
Angus Gratton 2019-08-21 12:48:32 +10:00 committed by Angus Gratton
parent dc7d6d592e
commit 2e067f5b57

View file

@ -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