mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-28 01:47:21 +01:00
correct reference to rp2350 (#2762)
This commit is contained in:
parent
8f5b574782
commit
a3dbebb184
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue