sys/timex: make NS_PER_US unsigned
This commit is contained in:
parent
855f47db9d
commit
e9334e6d2d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user