You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the given examples this error always occurs. "'ringbuf_type_t' has not been declared"
rduino/libraries/ESP32_BLE_Arduino/src/FreeRTOS.h:61:35: error: 'ringbuf_type_t' has not been declared
61 | Ringbuffer(size_t length, ringbuf_type_t type = RINGBUF_TYPE_NOSPLIT);
The text was updated successfully, but these errors were encountered:
With the given examples this error always occurs. "'ringbuf_type_t' has not been declared"
rduino/libraries/ESP32_BLE_Arduino/src/FreeRTOS.h:61:35: error: 'ringbuf_type_t' has not been declared
61 | Ringbuffer(size_t length, ringbuf_type_t type = RINGBUF_TYPE_NOSPLIT);
The text was updated successfully, but these errors were encountered: