Relative Content

Tag Archive for declarationesp32freertosstringbuffer

hello there, I’m working on esp32c3 and i have to send and receive data via bluetooth. But after run code im getting “FreeRTOS” error

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