We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2562468 commit ca91d6dCopy full SHA for ca91d6d
src/platform/silabs/efr32/wifi/wfx_host_events.h
@@ -150,7 +150,7 @@ typedef struct __attribute__((__packed__)) sl_wfx_mib_req_s
150
// MAX PASSKEY LENGTH including NULL character
151
#define WFX_MAX_PASSKEY_LENGTH (64)
152
153
-#define CONVERT_SEC_TO_MS(TimeInS) (TimeInMS * 1000)
+#define CONVERT_SEC_TO_MS(TimeInS) (TimeInS * 1000)
154
155
// WLAN MAX retry
156
#define MAX_JOIN_RETRIES_COUNT 5
0 commit comments