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 dc41079 commit 787de9bCopy full SHA for 787de9b
src/boards/boards.c
@@ -96,7 +96,7 @@ void board_init(void)
96
NRF_POWER->DCDCEN = 1;
97
#endif
98
// Make sure any custom inits are performed
99
- extern_board_init();
+ board_init_extra();
100
101
// When board is supplied on VDDH (and not VDD), this specifies what voltage the GPIO should run at
102
// and what voltage is output at VDD. The default (0xffffffff) is 1.8V; typically you'll want
0 commit comments