Skip to content

Commit 411cf5c

Browse files
AlbanJeantheau-silabsArto Kinnunen
authored andcommitted
coding style
1 parent d6f4421 commit 411cf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Service_Libs/fhss/fhss_ws.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ static uint32_t fhss_ws_calculate_ufsi(fhss_structure_t *fhss_structure, uint32_
525525
// count all previous slots
526526
// plus 1 completed slot
527527
// plus the time until Tx
528-
ms_since_seq_start = ( (cur_slot + 1) * dwell_time) + time_to_tx;
528+
ms_since_seq_start = ((cur_slot + 1) * dwell_time) + time_to_tx;
529529
}
530530

531531
uint32_t seq_length = 0x10000;

0 commit comments

Comments
 (0)