mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix doxygen typo (#1945)
This commit is contained in:
parent
9f56a47dca
commit
a0f828fb16
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue