Update comment to reflect changes

pull/319/head
Alex Voinea 2024-03-11 16:47:34 +01:00
parent 874d7f4ba9
commit 1fe66257b0
No known key found for this signature in database
GPG Key ID: 37EDFD565CB33BAD
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#include <version.hpp> #include <version.hpp>
// 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 { struct Signatures {
uint8_t project_major; uint8_t project_major;
uint8_t project_minor; uint8_t project_minor;