Skip to content

Commit

Permalink
asm format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirCuE committed Jun 5, 2024
1 parent 7edbd99 commit f2dce0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ARM/gcc_clang/system/src/stm/system_stm32l_4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ void systemEnableFPU()
MOV R1, #0 \n\t \
MOVT R1, #0xC0 \n\t \
ORR R0, R0, R1 \n\t \
vmsr FPSCR, R0" );
vmsr FPSCR, R0"
);
}

void RCC_GetClocksFrequency( RCC_ClocksTypeDef * RCC_Clocks )
Expand Down

0 comments on commit f2dce0c

Please sign in to comment.