Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
cm-projects
RIOT
Commits
1bbd99b0
Commit
1bbd99b0
authored
8 years ago
by
Peter Kietzmann
Browse files
Options
Downloads
Plain Diff
Merge pull request #5396 from OlegHahm/doc_xtimer_minor
doc: xtimer: be a bit more precise
parents
b8787b64
b5bec6a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sys/include/xtimer.h
+2
-2
2 additions, 2 deletions
sys/include/xtimer.h
with
2 additions
and
2 deletions
sys/include/xtimer.h
+
2
−
2
View file @
1bbd99b0
...
...
@@ -97,7 +97,7 @@ void xtimer_now_timex(timex_t *out);
void
xtimer_init
(
void
);
/**
* @brief
Stop
execution of a thread for some
time
* @brief
Pause the
execution of a thread for some
seconds
*
* When called from an ISR, this function will spin and thus block the MCU in
* interrupt context for the specified amount in *seconds*, so don't *ever* use
...
...
@@ -108,7 +108,7 @@ void xtimer_init(void);
static
void
xtimer_sleep
(
uint32_t
seconds
);
/**
* @brief
Stop
execution of a thread for some
time
* @brief
Pause the
execution of a thread for some
microseconds
*
* When called from an ISR, this function will spin and thus block the MCU for
* the specified amount in microseconds, so only use it there for *very* short
...
...
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