Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_timer/include/hardware/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static_assert(TIMER1_IRQ_3 == TIMER0_IRQ_0 + 7, "");
* On RP2040 this must be 0 as there is only one timer instance
* \endif
* \if rp2350_specific
* On RP2040 this may be set to 0 or 1
* On RP2350 this may be set to 0 or 1
* \endif
*/
#ifndef PICO_DEFAULT_TIMER
Expand Down
Loading