Fix build error with CONFIG_SYSTEM_TIME64

This commit is contained in:
Gregory Nutt 2014-10-03 10:20:46 -06:00
parent ae065f69c1
commit 8d43a6bdcd
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -52,6 +52,7 @@
/* See nuttx/clock.h */
#undef clock_systimer
#undef clock_systimer64
/****************************************************************************
* Private Data