fix bootloader version

This commit is contained in:
yparitcher
2019-02-12 19:34:22 -05:00
parent f97d9ab34f
commit ce92c7634e

View File

@@ -10,6 +10,10 @@
#endif
#define BOOT_VERSION_MAJ 1
#define BOOT_VERSION_MIN 0
#define BOOT_VERSION_PATCH 0
#define __STR_HELPER(x) #x
#define __STR(x) __STR_HELPER(x)