Skip to content

Commit

Permalink
patches: bump bootloader version
Browse files Browse the repository at this point in the history
  • Loading branch information
ubis committed Oct 8, 2022
1 parent 8b83bff commit 9fcb916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/010-update_bootloader_version.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define BOOT_VERSION_CORE_MINOR (6u)
/** \brief Patch number of the bootloader core. */
-#define BOOT_VERSION_CORE_PATCH (0u)
+#define BOOT_VERSION_CORE_PATCH (1u)
+#define BOOT_VERSION_CORE_PATCH (2u)
/** \brief Date of the bootloader version. */
#define BOOT_VERSION_CORE_DATE "2018.07"
/** \brief Bootloader checksum fail state. */

0 comments on commit 9fcb916

Please sign in to comment.