Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
elie-elkhoury committed May 3, 2024
1 parent 919e199 commit f05c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/api/thread_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

using namespace ot;

uint32_t otError otThreadSleepyChildResynchronize(otInstance *aInstance)
otError otThreadSleepyChildResynchronize(otInstance *aInstance)
{
Error error = kErrorNone;
Instance &instance = AsCoreType(aInstance);
Expand Down

0 comments on commit f05c112

Please sign in to comment.