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
This commit is contained in:
patacongo
2011-04-14 16:46:17 +00:00
parent f166caf9f0
commit e0aa4f2977
10 changed files with 514 additions and 131 deletions
+1 -1
View File
@@ -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)