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 8f5e272 commit 88a8751Copy full SHA for 88a8751
features/FEATURE_BLE/targets/TARGET_CORDIO/SimpleEventQueue.h
@@ -75,8 +75,8 @@ struct SimpleEventQueue : pal::EventQueue {
75
return false;
76
}
77
void* event_buf = WsfBufAlloc(sizeof(EventNode));
78
+ MBED_ASSERT(event_buf != NULL);
79
if (event_buf == NULL) {
- error("\r\n%s:%d Cordio WsfBufAlloc out of memory\r\n", __FILE__, __LINE__);
80
81
82
EventNode* next = new(event_buf) EventNode(event);
0 commit comments