aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 9e16198..63b568b 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,6 +1,8 @@
#include "config.h"
+const uint8_t PRNE_PROG_VER[16] = { 0x11, 0xf7, 0x6b, 0x87, 0x62, 0x1a, 0x47, 0x9c, 0xa2, 0x18, 0x5c, 0x55, 0x40, 0x33, 0x7c, 0x9f };
+
const prne_arch_t prne_host_arch =
#ifdef __GNUC__
#if defined(__ARM_ARCH_4T__)