Skip to content

Commit b4b35c6

Browse files
coding style
1 parent 8187325 commit b4b35c6

File tree

1 file changed

+1
-1
lines changed
  • connectivity/nanostack/sal-stack-nanostack/source/Service_Libs/fhss

1 file changed

+1
-1
lines changed

connectivity/nanostack/sal-stack-nanostack/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)