diff --git a/sys/shell/commands/sc_sntp.c b/sys/shell/commands/sc_sntp.c index 9b70de140d..5e4bc0da10 100644 --- a/sys/shell/commands/sc_sntp.c +++ b/sys/shell/commands/sc_sntp.c @@ -27,12 +27,12 @@ #include "net/ipv6/addr.h" #include "timex.h" -#define _DEFAULT_TIMEOUT (5000U); +#define _DEFAULT_TIMEOUT (500000LU) static void _usage(char *cmd) { - printf("Usage: %s [%%] []\n", cmd); - puts("default: timeout = 5000"); + printf("Usage: %s [%%] []\n", cmd); + printf("default: timeout = %lu\n", _DEFAULT_TIMEOUT); } int _ntpdate(int argc, char **argv)