We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d35ae6 commit bee7ab2Copy full SHA for bee7ab2
templates/blinky/nRF52840dk/main.c
@@ -34,7 +34,7 @@ __attribute__((naked, noreturn)) void _reset(void) {
34
35
extern void _estack(void); // Defined in link.ld
36
37
-// 16 standard and 91 STM32-specific handlers
+// 16 standard and 42 nRF-specific handlers
38
__attribute__((section(".vectors"))) void (*const tab[16 + 42])(void) = {
39
_estack, _reset};
40
0 commit comments