diff --git a/sys/include/timex.h b/sys/include/timex.h index af4df8a1a4..e6b3f05afe 100644 --- a/sys/include/timex.h +++ b/sys/include/timex.h @@ -56,7 +56,7 @@ extern "C" { /** * @brief The number of nanoseconds per microsecond */ -#define NS_PER_US (1000) +#define NS_PER_US (1000U) /** * @brief The maximum length of the string representation of a timex timestamp