From 41b0679e03cae7d5305a394852293d8a8a44600e Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Wed, 23 Nov 2016 15:53:53 +0000 Subject: [PATCH] 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 --- Target/Source/boot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 619d5b1e..9d2f9a2e 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -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) /****************************************************************************************