Skip to content
Snippets Groups Projects
Unverified Commit 4e8ec9c2 authored by Andrew Scheller's avatar Andrew Scheller Committed by GitHub
Browse files

Fix doxygen typo

parent d08f36cd
No related branches found
No related tags found
No related merge requests found
...@@ -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 The alarm will not fire if it is in the past * On RP2040 the alarm will not fire if it is in the past
* \endif * \endif
* \if rp2350_specific * \if rp2350_specific
* On RP2040 The alarm will fire if it is in the past * On RP2350 the alarm will fire if it is in the past
* \endif * \endif
* *
* \param ts the alarm time * \param ts the alarm time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment