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 e79ede8 commit de16925Copy full SHA for de16925
src/rp2_common/pico_crt0/crt0.S
@@ -52,6 +52,7 @@ __vectors:
52
// we don't include any IRQ vectors; we will initialize them during runtime_init in the RAM vector table
53
#else
54
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
56
#ifndef PICO_VECTOR_TABLE_NUM_IRQS
57
#define PICO_VECTOR_TABLE_NUM_IRQS NUM_IRQS
58
#endif
0 commit comments