summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-23 11:10:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-23 11:10:24 -0600
commit16ed90cd1c95c6ac27206195dc78e16b675b331f (patch)
treee5608373cc6e94bcaa6168e534d046800ca3c62c /nuttx/include
parent42b58c01a7df4e04c7fc023200d5e9bd6f8c49da (diff)
parent60436eacfbf3dd6f62d7aea4ad56947736ae2efb (diff)
downloadnuttx-16ed90cd1c95c6ac27206195dc78e16b675b331f.tar.gz
nuttx-16ed90cd1c95c6ac27206195dc78e16b675b331f.tar.bz2
nuttx-16ed90cd1c95c6ac27206195dc78e16b675b331f.zip
Merge from master
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/time.h b/nuttx/include/time.h
index e8853ef89..414e19995 100644
--- a/nuttx/include/time.h
+++ b/nuttx/include/time.h
@@ -99,7 +99,7 @@
* system time-of-day clock.
*/
-#ifdef CLOCK_MONOTONIC
+#ifdef CONFIG_CLOCK_MONOTONIC
# define CLOCK_MONOTONIC 2
#endif