Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
8d43a6bd
Commit
8d43a6bd
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix build error with CONFIG_SYSTEM_TIME64
parent
ae065f69
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sched/clock/clock.h
+1
-0
1 addition, 0 deletions
sched/clock/clock.h
sched/clock/clock_systimer.c
+1
-0
1 addition, 0 deletions
sched/clock/clock_systimer.c
with
2 additions
and
0 deletions
sched/clock/clock.h
+
1
−
0
View file @
8d43a6bd
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
sched/clock/clock_systimer.c
+
1
−
0
View file @
8d43a6bd
...
...
@@ -52,6 +52,7 @@
/* See nuttx/clock.h */
#undef clock_systimer
#undef clock_systimer64
/****************************************************************************
* Private Data
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment