]> granicus.if.org Git - esp-idf/commitdiff
ringbuf: Remove deprecated RingbufferType_t
authorAngus Gratton <angus@espressif.com>
Wed, 21 Aug 2019 02:48:32 +0000 (12:48 +1000)
committerAngus Gratton <gus@projectgus.com>
Thu, 12 Sep 2019 23:44:07 +0000 (09:44 +1000)
Deprecated in ESP-IDF V3.1

components/esp_ringbuf/include/freertos/ringbuf.h

index 338fa3eae2b1ea1057125d43b99f7241b3c33aae..1312723ade5eb01052cf802ae6b375fc1b683ba5 100644 (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