Skip to content

Commit

Permalink
[api] correct typo of CallbackContext (openthread#11034)
Browse files Browse the repository at this point in the history
  • Loading branch information
bukepo authored Dec 11, 2024
1 parent 4f2eec9 commit b92bd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/openthread/instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern "C" {
*
* @note This number versions both OpenThread platform and user APIs.
*/
#define OPENTHREAD_API_VERSION (466)
#define OPENTHREAD_API_VERSION (467)

/**
* @addtogroup api-instance
Expand Down
2 changes: 1 addition & 1 deletion include/openthread/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ uint32_t otThreadGetStoreFrameCounterAhead(otInstance *aInstance);
* @param[in] aWakeupIntervalUs An interval between consecutive wake-up frames (in microseconds).
* @param[in] aWakeupDurationMs Duration of the wake-up sequence (in milliseconds).
* @param[in] aCallback A pointer to function that is called when the wake-up succeeds or fails.
* @param[in] aContext A pointer to callback application-specific context.
* @param[in] aCallbackContext A pointer to callback application-specific context.
*
* @retval OT_ERROR_NONE Successfully started the wake-up.
* @retval OT_ERROR_INVALID_STATE Another attachment request is still in progress.
Expand Down

0 comments on commit b92bd46

Please sign in to comment.