mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 10:46:02 +08:00
Fix conditional compilation for CLOCK_MONTONIC. From Manuel Stühn
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@
|
||||
* system time-of-day clock.
|
||||
*/
|
||||
|
||||
#ifdef CLOCK_MONOTONIC
|
||||
#ifdef CONFIG_CLOCK_MONOTONIC
|
||||
# define CLOCK_MONOTONIC 2
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user