diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index 1590b6b..0482493 100644 --- a/src/config.h +++ b/src/config.h @@ -6,7 +6,5 @@ #include <stdbool.h> -// "11f76b87-621a-479c-a218-5c5540337c9f" -#define PRNE_PROG_VER "\x00\xA4\x00\x24\xC0\x3E\x60\xE6\x5E\xFB\x18\xB6\x17\xD5\x17\x9B\x57\xB5\x56\xA1\xFD\x53\x1A\x26\x19\x0A\xB8\x49\x14\x04\x85\x81\x35\xB9\xF2\x3F\x76\xA0\x6E\xD4" - +extern const uint8_t PRNE_PROG_VER[16]; extern const prne_arch_t prne_host_arch; |