Bluetooth operates at IRQ level, so using std::list (which needs to new and delete objects) is not legal. Use a fixed, preallocated vector instead. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| keywords.txt | ||
| library.properties | ||
Bluetooth operates at IRQ level, so using std::list (which needs to new and delete objects) is not legal. Use a fixed, preallocated vector instead. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| keywords.txt | ||
| library.properties | ||