mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 10:23:58 +08:00
8 lines
223 B
C
8 lines
223 B
C
#include "version.h"
|
|
|
|
volatile const version_info_t version_info __attribute__ ((section (".version_info"))) = {
|
|
.product_name = "STMBL-Bootloader",
|
|
.major = 0,
|
|
.minor = 9,
|
|
.patch = 0};
|