g2gps commented on code in PR #2153:
URL: https://github.com/apache/nuttx-apps/pull/2153#discussion_r1369652206


##########
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:
   Done.



-- 
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]

Reply via email to