Skip to content

Commit de16925

Browse files
committed
Add PICO_CONFIG comment
1 parent e79ede8 commit de16925

File tree

1 file changed

+1
-0
lines changed
  • src/rp2_common/pico_crt0

1 file changed

+1
-0
lines changed

src/rp2_common/pico_crt0/crt0.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ __vectors:
5252
// we don't include any IRQ vectors; we will initialize them during runtime_init in the RAM vector table
5353
#else
5454

55+
// PICO_CONFIG: PICO_VECTOR_TABLE_NUM_IRQS, Number of IRQ vectors to include in the vector table, type=int, default=NUM_IRQS, group=pico_crt0
5556
#ifndef PICO_VECTOR_TABLE_NUM_IRQS
5657
#define PICO_VECTOR_TABLE_NUM_IRQS NUM_IRQS
5758
#endif

0 commit comments

Comments
 (0)