Skip to content

Commit

Permalink
Updated missed reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
PontusO committed Jun 27, 2022
1 parent dc41079 commit 787de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boards/boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void board_init(void)
NRF_POWER->DCDCEN = 1;
#endif
// Make sure any custom inits are performed
extern_board_init();
board_init_extra();

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

0 comments on commit 787de9b

Please sign in to comment.