We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f9358 commit 8f5e272Copy full SHA for 8f5e272
features/FEATURE_BLE/targets/TARGET_CORDIO/SimpleEventQueue.h
@@ -74,7 +74,7 @@ struct SimpleEventQueue : pal::EventQueue {
74
if (_ble_base == NULL) {
75
return false;
76
}
77
- uint8_t* event_buf = (uint8_t*)WsfBufAlloc(sizeof(EventNode));
+ void* event_buf = WsfBufAlloc(sizeof(EventNode));
78
if (event_buf == NULL) {
79
error("\r\n%s:%d Cordio WsfBufAlloc out of memory\r\n", __FILE__, __LINE__);
80
0 commit comments