In file included from C:UsersDellOneDriveDocumentsArduinolibrariesESP32_BLE_Arduinosrc/BLEAdvertising.h:15,
from C:UsersDellOneDriveDocumentsArduinolibrariesESP32_BLE_Arduinosrc/BLEServer.h:19,
from C:UsersDellOneDriveDocumentsArduinolibrariesESP32_BLE_Arduinosrc/BLEDevice.h:18,
from C:UsersDellAppDataLocalTemp.arduinoIDE-unsaved202462-17852-16yzxse.z60fsketch_jul2asketch_jul2a.ino:1:
C:UsersDellOneDriveDocumentsArduinolibrariesESP32_BLE_Arduinosrc/FreeRTOS.h:73:35: error: ‘ringbuf_type_t’ has not been declared
73 | Ringbuffer(size_t length, ringbuf_type_t type = RINGBUF_TYPE_NOSPLIT);
| ^~~~~~~~~~~~~~
exit status 1
Compilation error: exit status 1
I’m using Arduino IDE for my project.
When I’m running my code then i got error that I already mentioned above.
In that “ringbuf_type_t” not declared.
when i declared then also error was there.
so can you help me out to solve my problem.
Manthan Khunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.