Update comment to reflect changes

pull/322/head
Alex Voinea 2024-03-11 16:47:34 +01:00 committed by DRracer
parent 5d0f772270
commit 3cd341f95f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#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 {
uint8_t project_major;
uint8_t project_minor;