Skip to content

Commit 5021571

Browse files
committed
missed Mbed mutex
1 parent 0e33403 commit 5021571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/SystemMutex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ inline void Mutex::Unlock(void)
124124
#endif // CHIP_SYSTEM_CONFIG_FREERTOS_LOCKING
125125

126126
#if CHIP_SYSTEM_CONFIG_MBED_LOCKING
127-
inline Error Mutex::Init(Mutex & aMutex)
127+
inline CHIP_ERROR Mutex::Init(Mutex & aMutex)
128128
{
129129
// The mutex is initialized when constructed and generates
130130
// a runtime error in case of failure.

0 commit comments

Comments
 (0)