mirror of https://github.com/rusefi/openblt.git
Refs #338. Changed BOOT_VERSION_CORE_BUILD to BOOT_VERSION_CORE_PATCH as it is more fitting description.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@265 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
1e65695c5c
commit
4a09db8197
|
@ -31,11 +31,11 @@
|
|||
/****************************************************************************************
|
||||
* Defines
|
||||
****************************************************************************************/
|
||||
/** \brief Main version of the bootloader core. */
|
||||
/** \brief Main version number of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MAIN (1u)
|
||||
/** \brief Minor version of the bootloader core. */
|
||||
/** \brief Minor version number of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MINOR (3u)
|
||||
/** \brief Build version of the bootloader core. */
|
||||
/** \brief Patch number of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_BUILD (2u)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue