Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit c6bc3f0

Browse files
committed
fix typo: no impact to object code
1 parent 3be6c23 commit c6bc3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ void bootloader(void)
342342

343343
PORT->Group[0].PINCFG[24].reg |= PORT_PINCFG_PMUXEN;
344344
PORT->Group[0].PINCFG[25].reg |= PORT_PINCFG_PMUXEN;
345-
PORT->Group[0].PMUX[24>>1].reg = PORT_PMUX_PMUXO(PORT_PMUX_PMUXE_G_Val) | PORT_PMUX_PMUXE(PORT_PMUX_PMUXE_G_Val);
345+
PORT->Group[0].PMUX[24>>1].reg = PORT_PMUX_PMUXO(PORT_PMUX_PMUXO_G_Val) | PORT_PMUX_PMUXE(PORT_PMUX_PMUXE_G_Val);
346346

347347
PM->APBBMASK.reg |= PM_APBBMASK_USB;
348348

0 commit comments

Comments
 (0)