Skip to content

Commit

Permalink
Fix typo in mbed port
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Dec 7, 2024
1 parent ba96a81 commit 9b2bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/mbed/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ z_result_t _z_condvar_signal_all(_z_condvar_t *cv) {
}
cond_var.mutex.unlock();

return _z_RES_OK;
return _Z_RES_OK;
}

z_result_t _z_condvar_wait(_z_condvar_t *cv, _z_mutex_t *m) {
Expand Down

0 comments on commit 9b2bc04

Please sign in to comment.