fix for client crash in lf hitag eload. Hitag simulation still now working (wip)
[RRG-proxmark3.git] / common / default_version_pm3.c
blob8547182dc574f4d80e4bae9ef837002a16dcffa6
1 #include "common.h"
2 /* This is the default version_pm3.c file that Makefile.common falls back to if neither sh nor perl are available */
3 #ifndef ON_DEVICE
4 #define SECTVERSINFO
5 #else
6 #define SECTVERSINFO __attribute__((section(".version_information")))
7 #endif
9 const struct version_information SECTVERSINFO version_information = {
10 VERSION_INFORMATION_MAGIC,
11 1, /* version 1 */
12 0, /* version information not present */
13 2, /* cleanliness couldn't be determined */
14 /* Remaining fields: zero */