From c2440fceac45c179cd491cf0b50052b4fcd5a27d Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 31 Jan 2022 11:49:00 -0500 Subject: [PATCH] honest comment --- stm32/mk4-bootloader/startup.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32/mk4-bootloader/startup.S b/stm32/mk4-bootloader/startup.S index b8bdca67..3bf1ae39 100644 --- a/stm32/mk4-bootloader/startup.S +++ b/stm32/mk4-bootloader/startup.S @@ -22,7 +22,7 @@ .global bootloader_info .global my_version_code - // NOTE: Little attempt to support anything but reset vector here. + // NOTE: No attempt to support anything but reset vector here. // vector_table: .word OUR_STACK // initial stack value: near top of SRAM