rm unused cargo config target definition

This commit is contained in:
linuswck 2024-01-26 11:44:33 +08:00
parent 6af0f992d5
commit e22f424531
1 changed files with 0 additions and 4 deletions

View File

@ -5,8 +5,4 @@ rustflags = [
]
[build]
# Pick ONE of these compilation targets
# target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
# target = "thumbv7m-none-eabi" # Cortex-M3
# target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU)
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)