Prechádzať zdrojové kódy

ringbuf: Remove deprecated RingbufferType_t

Deprecated in ESP-IDF V3.1
Angus Gratton 6 rokov pred
rodič
commit
5a7d3ef319

+ 0 - 4
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