Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ringbuf_type_t' has not been declared! #1196

Open
RashmikaDushan opened this issue Jun 21, 2024 · 3 comments
Open

'ringbuf_type_t' has not been declared! #1196

RashmikaDushan opened this issue Jun 21, 2024 · 3 comments

Comments

@RashmikaDushan
Copy link

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);

@ManKhunt
Copy link

ManKhunt commented Jul 2, 2024

Hello Dushan,
I'm also getting same error..... "ringbuf_type_t"
If you resolve this problem then help me out solve same error.

@RashmikaDushan
Copy link
Author

Hello Dushan, I'm also getting same error..... "ringbuf_type_t" If you resolve this problem then help me out solve same error.

I just delete the esp32-ble-arduino library and used the one included in esp32 board(from board manager).

@strgPeter
Copy link

any specific board?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants