From fc37bede320e095ff86fa53034b142d279afe4f3 Mon Sep 17 00:00:00 2001 From: Osman Karaketir Date: Sat, 11 Jan 2025 23:04:10 +0300 Subject: [PATCH] Fix Doxygen comment (#2175) remove incorrect pool parameter --- src/common/pico_time/include/pico/time.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/pico_time/include/pico/time.h b/src/common/pico_time/include/pico/time.h index 53a606bc..771fe42d 100644 --- a/src/common/pico_time/include/pico/time.h +++ b/src/common/pico_time/include/pico/time.h @@ -688,7 +688,6 @@ static inline bool cancel_alarm(alarm_id_t alarm_id) { * \brief Return the time remaining before the next trigger of an alarm * \ingroup alarm * - * @param pool the alarm_pool containing the alarm * @param alarm_id the alarm * * @return >=0 the number of microseconds before the next trigger