summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-14 16:46:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-14 16:46:17 +0000
commit748943d47c6a11cd8d45f0469cac84d06134dec7 (patch)
tree00904f8c3e4d7b515e73ca5846caee946728296f /nuttx/include/sys
parentae88b2079b49f803947d60fb094f60d2a7522a25 (diff)
downloadpx4-nuttx-748943d47c6a11cd8d45f0469cac84d06134dec7.tar.gz
px4-nuttx-748943d47c6a11cd8d45f0469cac84d06134dec7.tar.bz2
px4-nuttx-748943d47c6a11cd8d45f0469cac84d06134dec7.zip
Add tools to manage a version file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3502 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/sys')
-rw-r--r--nuttx/include/sys/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/sys/syscall.h b/nuttx/include/sys/syscall.h
index 1f1e37f36..616c39546 100644
--- a/nuttx/include/sys/syscall.h
+++ b/nuttx/include/sys/syscall.h
@@ -134,7 +134,7 @@
*/
#ifndef CONFIG_DISABLE_CLOCK
-# define SYS_os_systime32 (__SYS_clock+0)
+# define SYS_clock_systimer (__SYS_clock+0)
# define SYS_clock_getres (__SYS_clock+1)
# define SYS_clock_gettime (__SYS_clock+2)
# define SYS_clock_settime (__SYS_clock+3)