mirror of https://github.com/rusefi/openblt.git
Refs #338. Changed BOOT_VERSION_CORE_BUILD to BOOT_VERSION_CORE_PATCH.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@378 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
3d853fb851
commit
40f5406c80
|
@ -36,7 +36,7 @@
|
|||
/** \brief Minor version number of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MINOR (4u)
|
||||
/** \brief Patch number of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_BUILD (2u)
|
||||
#define BOOT_VERSION_CORE_PATCH (2u)
|
||||
|
||||
|
||||
/****************************************************************************************
|
||||
|
|
Loading…
Reference in New Issue