From 40f5406c803c64bed34112aee5a1ce8fdd889bae Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Mon, 23 Oct 2017 08:15:53 +0000 Subject: [PATCH] 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 --- Target/Source/boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 273c6ae1..7937e161 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -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) /****************************************************************************************