Fix build error with CONFIG_SYSTEM_TIME64
This commit is contained in:
parent
ae065f69c1
commit
8d43a6bdcd
|
@ -66,6 +66,7 @@
|
|||
/********************************************************************************
|
||||
* Global Variables
|
||||
********************************************************************************/
|
||||
|
||||
#if !defined(CONFIG_SCHED_TICKLESS) && !defined(__HAVE_KERNEL_GLOBALS)
|
||||
/* The system clock exists (CONFIG_SCHED_TICKLESS), but it not prototyped
|
||||
* globally in include/nuttx/clock.h.
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
/* See nuttx/clock.h */
|
||||
|
||||
#undef clock_systimer
|
||||
#undef clock_systimer64
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
|
|
Loading…
Reference in New Issue