diff --git a/example/.cargo/config b/example/.cargo/config
index ce93b2d04c5c1545b035246ce836dc02801bf6a2..7a0149c7934de4ea71ec751f66cde42dff6dd37b 100644
--- a/example/.cargo/config
+++ b/example/.cargo/config
@@ -6,5 +6,5 @@ rustflags = [
 ]
 
 [build]
-target = "thumbv7em-none-eabi" # Cortex-M4F and Cortex-M7F (with FPU)
+target = "thumbv7em-none-eabi"
 
diff --git a/rkanoid/.cargo/config b/rkanoid/.cargo/config
index edac1039dd5098551b1094d605e4ac15638061ae..55966dfcb61766b52ef9b3573c1de6abdd78c656 100644
--- a/rkanoid/.cargo/config
+++ b/rkanoid/.cargo/config
@@ -6,4 +6,4 @@ rustflags = [
 ]
 
 [build]
-target = "thumbv7em-none-eabi" # Cortex-M4F and Cortex-M7F (with FPU)
+target = "thumbv7em-none-eabi"