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