Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pico-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microcontroller
pico-sdk
Commits
4e8ec9c2
Unverified
Commit
4e8ec9c2
authored
10 months ago
by
Andrew Scheller
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix doxygen typo
parent
d08f36cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rp2_common/pico_aon_timer/include/pico/aon_timer.h
+2
-2
2 additions, 2 deletions
src/rp2_common/pico_aon_timer/include/pico/aon_timer.h
with
2 additions
and
2 deletions
src/rp2_common/pico_aon_timer/include/pico/aon_timer.h
+
2
−
2
View file @
4e8ec9c2
...
@@ -92,10 +92,10 @@ void aon_timer_get_resolution(struct timespec *ts);
...
@@ -92,10 +92,10 @@ void aon_timer_get_resolution(struct timespec *ts);
* \ingroup pico_aon_timer
* \ingroup pico_aon_timer
*
*
* \if rp2040_specific
* \if rp2040_specific
* On RP2040
T
he alarm will not fire if it is in the past
* On RP2040
t
he alarm will not fire if it is in the past
* \endif
* \endif
* \if rp2350_specific
* \if rp2350_specific
* On RP2
04
0
T
he alarm will fire if it is in the past
* On RP2
35
0
t
he alarm will fire if it is in the past
* \endif
* \endif
*
*
* \param ts the alarm time
* \param ts the alarm time
...
...
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