aboutsummaryrefslogtreecommitdiff
path: root/targets/stm32f429i_disc1/boot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'targets/stm32f429i_disc1/boot.cc')
-rw-r--r--targets/stm32f429i_disc1/boot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/stm32f429i_disc1/boot.cc b/targets/stm32f429i_disc1/boot.cc
index 586159b13..e47dec0d3 100644
--- a/targets/stm32f429i_disc1/boot.cc
+++ b/targets/stm32f429i_disc1/boot.cc
@@ -25,7 +25,7 @@
// compile time but does NOT require it to be evaluated at compile time and we
// have to be incredibly careful that this does not end up in the .data section.
void pw_boot_PreStaticMemoryInit() {
-// TODO(b/264897542): Whether the FPU is enabled should be an Arm target trait.
+// TODO: b/264897542 - Whether the FPU is enabled should be an Arm target trait.
#if PW_ARMV7M_ENABLE_FPU
// Enable FPU if built using hardware FPU instructions.
// CPCAR mask that enables FPU. (ARMv7-M Section B3.2.20)