Fix an error in conditional compilation introduced in the last set of changes
This commit is contained in:
parent
a4f5254cbe
commit
7db9a952bc
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@
|
||||||
|
|
||||||
#ifdef CONFIG_SYSTEM_TIME64
|
#ifdef CONFIG_SYSTEM_TIME64
|
||||||
# define SYS_clock_systimer64 (__SYS_clock+0)
|
# define SYS_clock_systimer64 (__SYS_clock+0)
|
||||||
#endif
|
#else
|
||||||
# define SYS_clock_systimer32 (__SYS_clock+0)
|
# define SYS_clock_systimer32 (__SYS_clock+0)
|
||||||
#endif
|
#endif
|
||||||
#define SYS_clock_getres (__SYS_clock+1)
|
#define SYS_clock_getres (__SYS_clock+1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue