Refs #120. Updated version number and ran Astyle in preparation for release with STM32F2xx support.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@147 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2016-07-25 08:33:52 +00:00
parent 6a6d2555a4
commit 6b909aa3d7
122 changed files with 126 additions and 126 deletions

View File

@ -36,7 +36,7 @@
/** \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 (1u)
#define BOOT_VERSION_CORE_BUGFIX (2u)
/****************************************************************************************