From: Angus Gratton Date: Wed, 21 Aug 2019 02:48:32 +0000 (+1000) Subject: ringbuf: Remove deprecated RingbufferType_t X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e067f5b57096098c43bedde3289bbce4dd93138;p=esp-idf ringbuf: Remove deprecated RingbufferType_t Deprecated in ESP-IDF V3.1 --- diff --git a/components/esp_ringbuf/include/freertos/ringbuf.h b/components/esp_ringbuf/include/freertos/ringbuf.h index 338fa3eae2..1312723ade 100644 --- a/components/esp_ringbuf/include/freertos/ringbuf.h +++ b/components/esp_ringbuf/include/freertos/ringbuf.h @@ -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