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:
Frank Voorburg 2017-10-23 08:15:53 +00:00
parent 3d853fb851
commit 40f5406c80
1 changed files with 1 additions and 1 deletions

View File

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