Skip to content

Commit

Permalink
[radio] fix csl uncertainty reporting max value (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingRays authored Oct 4, 2024
1 parent baf02c1 commit 22ff3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance)
return otPlatTimeGetXtalAccuracy() / 2;
}

uint8_t otPlatRadioGetCslClockUncertainty(otInstance *aInstance)
uint8_t otPlatRadioGetCslUncertainty(otInstance *aInstance)
{
OT_UNUSED_VARIABLE(aInstance);

Expand Down

0 comments on commit 22ff3b2

Please sign in to comment.