Skip to content

Commit

Permalink
lte/alt1250: Decrease the delay time
Browse files Browse the repository at this point in the history
Decreased the delay time until the network interface is ready.
  • Loading branch information
SPRESENSE committed May 11, 2022
1 parent 77e81e5 commit 7314196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lte/alt1250/usock_handlers/alt1250_usrsock_hdlr.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#define COMBINE_ERRCODE(res, ecode) (((res) < 0) ? -(ecode) : (res))

#define ALT1250_NETIF_READY_DELAY (500 * 1000)
#define ALT1250_NETIF_READY_DELAY (150 * 1000)

/****************************************************************************
* Public Function Prototypes
Expand Down

0 comments on commit 7314196

Please sign in to comment.