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:
Frank Voorburg 2017-05-26 07:58:02 +00:00
parent 1e65695c5c
commit 4a09db8197
1 changed files with 3 additions and 3 deletions

View File

@ -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)