Skip to content

Commit

Permalink
rename func
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDRVV committed Nov 25, 2023
1 parent 94098be commit 7415d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
If you don't even want to enter the default path loss, add 0.001 dB.
*/

double APPRX_METERS = Radiolocate(RFData, TXData, DBPathLoss);
double APPRX_METERS = radiolocate(RFData, TXData, DBPathLoss);

printf("%.1f meters", APPRX_METERS);

Expand Down

0 comments on commit 7415d91

Please sign in to comment.