Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
felser committed Oct 25, 2023
1 parent 27ab6d8 commit 4ba13f1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ void SystemCoreClockUpdateXdot(void)
div = (MXC_GCR->clkctrl & MXC_F_GCR_CLKCTRL_SYSCLK_DIV) >> MXC_F_GCR_CLKCTRL_SYSCLK_DIV_POS;

SystemCoreClock = base_freq >> div;

// base_freq1 = base_freq;
// div1 = div;
// sys_core_clk1 = SystemCoreClock;
// tries = 25;

}

int PreInit(void)
Expand Down

0 comments on commit 4ba13f1

Please sign in to comment.