mirror of https://github.com/rusefi/openblt.git
Refs #200. Renamed BOOT_VERSION_CORE_BUGFIX to BOOT_VERSION_CORE_BUILD.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@188 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
2bd7e5c643
commit
41b0679e03
|
@ -35,8 +35,8 @@
|
|||
#define BOOT_VERSION_CORE_MAIN (1u)
|
||||
/** \brief Minor version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MINOR (2u)
|
||||
/** \brief Bufgix version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_BUGFIX (4u)
|
||||
/** \brief Build version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_BUILD (4u)
|
||||
|
||||
|
||||
/****************************************************************************************
|
||||
|
|
Loading…
Reference in New Issue