mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-10 22:54:54 +08:00
17 lines
379 B
C
17 lines
379 B
C
#include "common.h"
|
|
/* Generated file, do not edit */
|
|
#ifndef ON_DEVICE
|
|
#define SECTVERSINFO
|
|
#else
|
|
#define SECTVERSINFO __attribute__((section(".version_information")))
|
|
#endif
|
|
|
|
const struct version_information_t SECTVERSINFO g_version_information = {
|
|
VERSION_INFORMATION_MAGIC,
|
|
1,
|
|
1,
|
|
2,
|
|
"Iceman/master/v4.18218",
|
|
"2024-02-18 20:53:52",
|
|
"0c9b909e7"
|
|
};
|