diff options
Diffstat (limited to 'net/sntp.c')
-rw-r--r-- | net/sntp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12,8 +12,7 @@ #include "sntp.h" -#if (defined(CONFIG_CMD_NET) \ - && defined(CONFIG_CMD_SNTP) +#if defined(CONFIG_CMD_NET) && defined(CONFIG_CMD_SNTP) #define SNTP_TIMEOUT 10 |