Skip to content

Commit

Permalink
coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanJeantheau-silabs authored and Arto Kinnunen committed Jun 14, 2021
1 parent d6f4421 commit 411cf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Service_Libs/fhss/fhss_ws.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static uint32_t fhss_ws_calculate_ufsi(fhss_structure_t *fhss_structure, uint32_
// count all previous slots
// plus 1 completed slot
// plus the time until Tx
ms_since_seq_start = ( (cur_slot + 1) * dwell_time) + time_to_tx;
ms_since_seq_start = ((cur_slot + 1) * dwell_time) + time_to_tx;
}

uint32_t seq_length = 0x10000;
Expand Down

0 comments on commit 411cf5c

Please sign in to comment.