8000 lpc4322_hic: make use of OS_CLOCK defined in yaml · ARMmbed/DAPLink@76f20ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 76f20ba

Browse files
author
Adrian Negreanu
committed
lpc4322_hic: make use of OS_CLOCK defined in yaml
1 parent 3bad93a commit 76f20ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hic_hal/nxp/lpc4322/board_LPC43xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static void clock_setup_pll0usb()
125125

126126
void sdk_init(void)
127127
{
128-
clock_setup_base_m4(120000000);
128+
clock_setup_base_m4(OS_CLOCK);
129129

130130
clock_setup_pll0usb();
131131
}

0 commit comments

Comments
 (0)
0