Skip to content

Commit 4ba13f1

Browse files
committed
Remove commented out code
1 parent 27ab6d8 commit 4ba13f1

File tree

1 file changed

+0
-6
lines changed
  • targets/TARGET_Maxim/TARGET_MAX32670/TARGET_XDOT_MAX32670

1 file changed

+0
-6
lines changed

targets/TARGET_Maxim/TARGET_MAX32670/TARGET_XDOT_MAX32670/SystemInit.c

-6
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ void SystemCoreClockUpdateXdot(void)
7878
div = (MXC_GCR->clkctrl & MXC_F_GCR_CLKCTRL_SYSCLK_DIV) >> MXC_F_GCR_CLKCTRL_SYSCLK_DIV_POS;
7979

8080
SystemCoreClock = base_freq >> div;
81-
82-
// base_freq1 = base_freq;
83-
// div1 = div;
84-
// sys_core_clk1 = SystemCoreClock;
85-
// tries = 25;
86-
8781
}
8882

8983
int PreInit(void)

0 commit comments

Comments
 (0)