Skip to content

Commit

Permalink
lpc4322_hic: make use of OS_CLOCK defined in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Negreanu committed Jan 7, 2022
1 parent 3bad93a commit 76f20ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/hic_hal/nxp/lpc4322/board_LPC43xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static void clock_setup_pll0usb()

void sdk_init(void)
{
clock_setup_base_m4(120000000);
clock_setup_base_m4(OS_CLOCK);

clock_setup_pll0usb();
}

0 comments on commit 76f20ba

Please sign in to comment.