mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Fix an error in conditional compilation introduced in the last set of changes
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
|
||||
#ifdef CONFIG_SYSTEM_TIME64
|
||||
# define SYS_clock_systimer64 (__SYS_clock+0)
|
||||
#endif
|
||||
#else
|
||||
# define SYS_clock_systimer32 (__SYS_clock+0)
|
||||
#endif
|
||||
#define SYS_clock_getres (__SYS_clock+1)
|
||||
|
||||
Reference in New Issue
Block a user