From 411cf5c7a4ae5810391798041b05170e9eae9ac6 Mon Sep 17 00:00:00 2001 From: Alban Jeantheau Date: Fri, 11 Jun 2021 10:35:47 +0200 Subject: [PATCH] coding style --- source/Service_Libs/fhss/fhss_ws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Service_Libs/fhss/fhss_ws.c b/source/Service_Libs/fhss/fhss_ws.c index 7e2a3e40b17..728ce3acdd9 100644 --- a/source/Service_Libs/fhss/fhss_ws.c +++ b/source/Service_Libs/fhss/fhss_ws.c @@ -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;