Skip to content

Commit

Permalink
Fixing formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-gillespie committed Jan 15, 2025
1 parent 51297d7 commit 98c1eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/SYS/sys_me30.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ void MXC_SYS_StartClockMeasure(mxc_sys_compare_clock_t clock, uint32_t compareCl
uint32_t MXC_SYS_GetClockMeasure(void)
{
/* Return 0 if the procedure is incomplete */
if(!(MXC_FCR->intfl & MXC_F_FCR_INTFL_FRQCNT)) {
if (!(MXC_FCR->intfl & MXC_F_FCR_INTFL_FRQCNT)) {
return 0;
}

Expand Down

0 comments on commit 98c1eca

Please sign in to comment.