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:
Frank Voorburg 2016-11-23 15:53:53 +00:00
parent 2bd7e5c643
commit 41b0679e03
1 changed files with 2 additions and 2 deletions

View File

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