Skip to content

Commit

Permalink
clang-format bot reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorne-maxim committed Apr 24, 2024
1 parent 742a4d6 commit 8dc5c9a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ __weak void SystemInit(void)

MXC_SYS_ClockEnable(MXC_SYS_PERIPH_CLOCK_GPIO0);
MXC_SYS_ClockEnable(MXC_SYS_PERIPH_CLOCK_GPIO1);
/* Various revisions of the MAX32675 have different startup frequencies.

/* Various revisions of the MAX32675 have different startup frequencies.
Calling SystemCoreClockUpdate will examine the part's registers to
determine the correct initial value for the SystemCoreClock variable.
*/
SystemCoreClockUpdate();
SystemCoreClockUpdate();

PinInit();
Board_Init();
Expand Down

0 comments on commit 8dc5c9a

Please sign in to comment.