File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
connectivity/lorawan/lorastack/phy Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -411,8 +411,8 @@ int8_t LoRaPHYAS923::get_alternate_DR(uint8_t nb_trials)
411
411
}
412
412
413
413
lorawan_status_t LoRaPHYAS923::set_next_channel (channel_selection_params_t *next_channel_prams,
414
- uint8_t *channel, lorawan_time_t *time,
415
- lorawan_time_t *aggregate_timeoff)
414
+ uint8_t *channel, lorawan_time_t *time,
415
+ lorawan_time_t *aggregate_timeoff)
416
416
{
417
417
uint8_t next_channel_idx = 0 ;
418
418
uint8_t nb_enabled_channels = 0 ;
@@ -436,8 +436,8 @@ lorawan_status_t LoRaPHYAS923::set_next_channel(channel_selection_params_t *next
436
436
437
437
// Search how many channels are enabled
438
438
nb_enabled_channels = enabled_channel_count (next_channel_prams->current_datarate ,
439
- channel_mask,
440
- enabled_channels, &delay_tx);
439
+ channel_mask,
440
+ enabled_channels, &delay_tx);
441
441
} else {
442
442
delay_tx++;
443
443
next_tx_delay = next_channel_prams->aggregate_timeoff - _lora_time->get_elapsed_time (next_channel_prams->last_aggregate_tx_time );
You can’t perform that action at this time.
0 commit comments