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 e4a4e6ed81
commit 5a7d3ef319

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