Skip to content

Commit 787de9b

Browse files
committed
Updated missed reference.
1 parent dc41079 commit 787de9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/boards.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void board_init(void)
9696
NRF_POWER->DCDCEN = 1;
9797
#endif
9898
// Make sure any custom inits are performed
99-
extern_board_init();
99+
board_init_extra();
100100

101101
// When board is supplied on VDDH (and not VDD), this specifies what voltage the GPIO should run at
102102
// and what voltage is output at VDD. The default (0xffffffff) is 1.8V; typically you'll want

0 commit comments

Comments
 (0)