Store version in the bootloader. Debug code.

This commit is contained in:
Szczepan Zalega
2019-08-24 08:51:17 +02:00
parent 7fddd58704
commit cb13fb65de
5 changed files with 30 additions and 1 deletions

View File

@@ -33,5 +33,7 @@ typedef struct {
} version_t;
bool is_newer(const version_t* const newer, const version_t* const older);
const version_t firmware_version ;
#endif