From cf8301f3e6fced75482130ea809f4c82474c8f0c Mon Sep 17 00:00:00 2001 From: Dhiru Kholia Date: Mon, 30 Sep 2024 20:09:58 +0530 Subject: [PATCH] Doc fix for aon_timer on RP2350 (#1960) --- src/rp2_common/pico_aon_timer/include/pico/aon_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 873cda28..49a7c2a5 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 @@ -21,7 +21,7 @@ * This library uses the RTC on RP2040. * \endif * \if rp2350_specific - * This library uses the RTC on RP2350. + * This library uses the Powman Timer on RP2350. * \endif */