Skip to content

Commit df77808

Browse files
committed
fix copy/paste error
1 parent ed21292 commit df77808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NimBLEUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static const char* LOG_TAG = "NimBLEUtils";
3939
* @param [in] flags General purpose flags for the caller.
4040
* @param [in] buf A buffer for data.
4141
*/
42-
NimBLETaskData::NimBLETaskData(void* pInstance = nullptr, int flags = 0, void* buf = nullptr)
42+
NimBLETaskData::NimBLETaskData(void* pInstance, int flags, void* buf)
4343
: m_pInstance(pInstance), m_flags(flags), m_pBuf(buf) {
4444
# if defined INC_FREERTOS_H
4545
m_pHandle = xTaskGetCurrentTaskHandle();

0 commit comments

Comments
 (0)