Skip to content

Commit 3508ec2

Browse files
committed
apply astyle patch
1 parent 30a1560 commit 3508ec2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

connectivity/lorawan/lorastack/phy/LoRaPHYAS923.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ int8_t LoRaPHYAS923::get_alternate_DR(uint8_t nb_trials)
411411
}
412412

413413
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)
416416
{
417417
uint8_t next_channel_idx = 0;
418418
uint8_t nb_enabled_channels = 0;
@@ -436,8 +436,8 @@ lorawan_status_t LoRaPHYAS923::set_next_channel(channel_selection_params_t *next
436436

437437
// Search how many channels are enabled
438438
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);
441441
} else {
442442
delay_tx++;
443443
next_tx_delay = next_channel_prams->aggregate_timeoff - _lora_time->get_elapsed_time(next_channel_prams->last_aggregate_tx_time);

0 commit comments

Comments
 (0)