Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca91d6d

Browse files
committedAug 18, 2024·
fixing the efr32 build
1 parent 2562468 commit ca91d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/platform/silabs/efr32/wifi/wfx_host_events.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ typedef struct __attribute__((__packed__)) sl_wfx_mib_req_s
150150
// MAX PASSKEY LENGTH including NULL character
151151
#define WFX_MAX_PASSKEY_LENGTH (64)
152152

153-
#define CONVERT_SEC_TO_MS(TimeInS) (TimeInMS * 1000)
153+
#define CONVERT_SEC_TO_MS(TimeInS) (TimeInS * 1000)
154154

155155
// WLAN MAX retry
156156
#define MAX_JOIN_RETRIES_COUNT 5

0 commit comments

Comments
 (0)
Please sign in to comment.