Skip to content

Commit

Permalink
Fix recursion from nomenclature inconsistancy
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed Nov 14, 2022
1 parent 5d14198 commit 9bb492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/calib/calib_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ATCA_STATUS calib_write_ext(ATCADevice device, uint8_t zone, uint16_t address, c
else
#endif
{
return calib_write_ext(device, zone, address, value, mac);
return calib_write(device, zone, address, value, mac);
}
}

Expand Down

0 comments on commit 9bb492d

Please sign in to comment.