Skip to content

Commit 4a564ec

Browse files
revert accidentally-included change from 7094e13
1 parent 7094e13 commit 4a564ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

targets/TARGET_NXP/TARGET_LPC408X/device/system_LPC407x_8x_177x_8x.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,7 @@ fpu_init();
555555
LPC_SC->CLKOUTCFG = CLKOUTCFG_Val; /* Clock Output Configuration */
556556
#endif
557557

558-
//TODO: verify correct operation w/ this setting. Refer to Table 18 in UM10562.pdf.
559-
LPC_SC->PBOOST |= 0x00; /* Power Boost control */
558+
LPC_SC->PBOOST |= 0x03; /* Power Boost control */
560559

561560
#if (FLASH_SETUP == 1) /* Flash Accelerator Setup */
562561
LPC_SC->FLASHCFG = FLASHCFG_Val|0x03A;

0 commit comments

Comments
 (0)