xiaoxiang781216 commented on code in PR #2153: URL: https://github.com/apache/nuttx-apps/pull/2153#discussion_r1369453029
########## netutils/netinit/netinit.c: ########## @@ -207,8 +207,13 @@ * signal indicating a change in network status. */ -#define LONG_TIME_SEC (60*60) /* One hour in seconds */ -#define SHORT_TIME_SEC (2) /* 2 seconds */ +#ifdef CONFIG_SYSTEM_TIME64 +# define LONG_TIME_SEC (60*60) /* One hour in seconds */ Review Comment: two space -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
