Skip to content

Commit

Permalink
cm7 compiler flag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaharaedmonds committed Jan 22, 2025
1 parent 272982c commit aadf89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/cmake/embedded.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ set(CM7_DEFINES
)
# FPU flags are compiler and linker flags
set(CM7_FPU_FLAGS
-mcpu=cortex-m4
-mcpu=cortex-m7
-mfloat-abi=hard
-mfpu=fpv5-d16
)
Expand Down

0 comments on commit aadf89f

Please sign in to comment.