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 ed21292 commit df77808Copy full SHA for df77808
src/NimBLEUtils.cpp
@@ -39,7 +39,7 @@ static const char* LOG_TAG = "NimBLEUtils";
39
* @param [in] flags General purpose flags for the caller.
40
* @param [in] buf A buffer for data.
41
*/
42
-NimBLETaskData::NimBLETaskData(void* pInstance = nullptr, int flags = 0, void* buf = nullptr)
+NimBLETaskData::NimBLETaskData(void* pInstance, int flags, void* buf)
43
: m_pInstance(pInstance), m_flags(flags), m_pBuf(buf) {
44
# if defined INC_FREERTOS_H
45
m_pHandle = xTaskGetCurrentTaskHandle();
0 commit comments