From 76fbd660c149b5cd36e0236b414e06083d2bcaf5 Mon Sep 17 00:00:00 2001 From: jgromes Date: Wed, 13 Sep 2023 15:06:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20a23d8?= =?UTF-8?q?5c19609df568a182c75e93f67a423ec42a1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _lo_ra_w_a_n_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_lo_ra_w_a_n_8h_source.html b/_lo_ra_w_a_n_8h_source.html index b5dd4e66..783ea642 100644 --- a/_lo_ra_w_a_n_8h_source.html +++ b/_lo_ra_w_a_n_8h_source.html @@ -422,7 +422,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
448  int16_t setupChannels();
449 
450  // find the first usable data rate in a given channel span
-
451  uint8_t findDataRate(uint8_t dr, DataRate_t* datr, const LoRaWANChannelSpan_t* span);
+
451  uint8_t findDataRate(uint8_t dr, DataRate_t* dataRate, const LoRaWANChannelSpan_t* span);
452 
453  // find a channel ID that conforms to the requested direction and ID range
454  int16_t findChannelId(uint8_t dir, uint8_t* ch, uint8_t* dr, int8_t min, int8_t max);