Skip to content

Commit fc37bed

Browse files
authored
Fix Doxygen comment (#2175)
remove incorrect pool parameter
1 parent 1b80db2 commit fc37bed

File tree

1 file changed

+0
-1
lines changed
  • src/common/pico_time/include/pico

1 file changed

+0
-1
lines changed

src/common/pico_time/include/pico/time.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ static inline bool cancel_alarm(alarm_id_t alarm_id) {
688688
* \brief Return the time remaining before the next trigger of an alarm
689689
* \ingroup alarm
690690
*
691-
* @param pool the alarm_pool containing the alarm
692691
* @param alarm_id the alarm
693692
*
694693
* @return >=0 the number of microseconds before the next trigger

0 commit comments

Comments
 (0)