Store version in the bootloader. Debug code.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "version.h"
|
||||
|
||||
|
||||
static const version_t firmware_version __attribute__ ((section (".flag"))) __attribute__ ((__used__)) = {
|
||||
const version_t firmware_version __attribute__ ((section (".flag"))) __attribute__ ((__used__)) = {
|
||||
.major = SOLO_VERSION_MAJ,
|
||||
.minor = SOLO_VERSION_MIN,
|
||||
.patch = SOLO_VERSION_PATCH,
|
||||
|
Reference in New Issue
Block a user