Skip to content

Commit

Permalink
missed Mbed mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
kpschoedel committed Jul 5, 2021
1 parent 0e33403 commit 5021571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/SystemMutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ inline void Mutex::Unlock(void)
#endif // CHIP_SYSTEM_CONFIG_FREERTOS_LOCKING

#if CHIP_SYSTEM_CONFIG_MBED_LOCKING
inline Error Mutex::Init(Mutex & aMutex)
inline CHIP_ERROR Mutex::Init(Mutex & aMutex)
{
// The mutex is initialized when constructed and generates
// a runtime error in case of failure.
Expand Down

0 comments on commit 5021571

Please sign in to comment.