Skip to content

Commit bee7ab2

Browse files
MaksymShutiakcpq
authored andcommitted
bugfix: naming in variables for builtin buttons and leds
1 parent 4d35ae6 commit bee7ab2

File tree

1 file changed

+1
-1
lines changed
  • templates/blinky/nRF52840dk

1 file changed

+1
-1
lines changed

templates/blinky/nRF52840dk/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ __attribute__((naked, noreturn)) void _reset(void) {
3434

3535
extern void _estack(void); // Defined in link.ld
3636

37-
// 16 standard and 91 STM32-specific handlers
37+
// 16 standard and 42 nRF-specific handlers
3838
__attribute__((section(".vectors"))) void (*const tab[16 + 42])(void) = {
3939
_estack, _reset};
4040

0 commit comments

Comments
 (0)