From 4e8ec9c2364fea2f3817cba3e9660f7593646309 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 23 Sep 2024 22:01:07 +0100 Subject: [PATCH] Fix doxygen typo --- src/rp2_common/pico_aon_timer/include/pico/aon_timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rp2_common/pico_aon_timer/include/pico/aon_timer.h b/src/rp2_common/pico_aon_timer/include/pico/aon_timer.h index 4fdb2ba6d..873cda28c 100644 --- a/src/rp2_common/pico_aon_timer/include/pico/aon_timer.h +++ b/src/rp2_common/pico_aon_timer/include/pico/aon_timer.h @@ -92,10 +92,10 @@ void aon_timer_get_resolution(struct timespec *ts); * \ingroup pico_aon_timer * * \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 * \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 * * \param ts the alarm time