Skip to content
Snippets Groups Projects
Commit 8d43a6bd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix build error with CONFIG_SYSTEM_TIME64

parent ae065f69
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment