Fix doxygen typo (#1945)

This commit is contained in:
Andrew Scheller 2024-09-28 05:48:58 +01:00 committed by GitHub
parent 9f56a47dca
commit a0f828fb16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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