legacy/bootloader: move VERSION_*_CHAR to version.h

pull/748/head
Pavol Rusnak 5 years ago
parent ee98d0b398
commit 92c64122a1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -25,10 +25,6 @@
#define STR(X) #X
#define VERSTR(X) STR(X)
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x08"
#define VERSION_PATCH_CHAR "\x00"
#include <stdbool.h>
#include <stdint.h>

@ -1,3 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_PATCH 1
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x08"
#define VERSION_PATCH_CHAR "\x01"

Loading…
Cancel
Save