We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56a47 commit a0f828fCopy full SHA for a0f828f
src/rp2_common/pico_aon_timer/include/pico/aon_timer.h
@@ -92,10 +92,10 @@ void aon_timer_get_resolution(struct timespec *ts);
92
* \ingroup pico_aon_timer
93
*
94
* \if rp2040_specific
95
- * 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
96
* \endif
97
* \if rp2350_specific
98
- * On RP2040 The alarm will fire if it is in the past
+ * On RP2350 the alarm will fire if it is in the past
99
100
101
* \param ts the alarm time
0 commit comments