summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/clock.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-01 22:09:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-01 22:09:00 +0000
commit078ff53de7f505ba714be768a94c1e52e7261b3e (patch)
tree9bf8b7599be1785b828c91655da7510937c92303 /nuttx/include/nuttx/clock.h
parenta65f3d1d8c639d5f3c88cee9c41f95a812abfe13 (diff)
downloadnuttx-078ff53de7f505ba714be768a94c1e52e7261b3e.tar.gz
nuttx-078ff53de7f505ba714be768a94c1e52e7261b3e.tar.bz2
nuttx-078ff53de7f505ba714be768a94c1e52e7261b3e.zip
Add support for lo- and hi-res RTC hardware
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4005 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/clock.h')
-rw-r--r--nuttx/include/nuttx/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/clock.h b/nuttx/include/nuttx/clock.h
index 71f0c7e8a..4990c65b4 100644
--- a/nuttx/include/nuttx/clock.h
+++ b/nuttx/include/nuttx/clock.h
@@ -172,7 +172,7 @@ extern "C" {
*
****************************************************************************/
-#if defined(CONFIG_RTC) || !__HAVE_KERNEL_GLOBALS
+#if defined(CONFIG_SYSTEM_UTC) || !__HAVE_KERNEL_GLOBALS
EXTERN uint32_t clock_systimer(void);
#endif