Skip to content

Commit e959ae0

Browse files
committed
WHD: reduce the number of join retry
1 parent 81a7d47 commit e959ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ nsapi_error_t WhdSTAInterface::connect()
260260
{
261261
ScopedMutexLock lock(_iface_shared.mutex);
262262

263-
#define MAX_RETRY_COUNT ( 5 )
263+
#define MAX_RETRY_COUNT ( 1 )
264264
int i;
265265
whd_result_t res;
266266

0 commit comments

Comments
 (0)