From 3cd341f95f83bac99d715c03f4f5d32b0314716b Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Mon, 11 Mar 2024 16:47:34 +0100 Subject: [PATCH] Update comment to reflect changes --- src/version.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/version.cpp b/src/version.cpp index 9fae7aa..ea49f1f 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,7 +1,8 @@ #include -// Define structure at the end of flash which contains information about the version of the firmware +// Define structure at a fixed address in flash which contains information about the version of the firmware +// This structure is read using the bootloader. struct Signatures { uint8_t project_major; uint8_t project_minor;