stm32f4-uart-bootloader

Simple UART bootloader for STM32F4 MCU's
git clone git://git.mdnr.space/stm32f4-uart-bootloader
Log | Files | Refs | Submodules | README | LICENSE

version.h (201B)


      1 // fw version: v0.1-4-g5ac4
      2  #include <stdint.h>
      3  const uint8_t gGIT_VERSION_MAJOR = 0;
      4  const uint8_t gGIT_VERSION_MINOR = 1;
      5  const uint8_t gGIT_VERSION_PATCH = 4;
      6  #define gGIT_VERSION_HASH "g5ac4"