lpc-field

Template project for programming NXP's LPC1768 MCUs
git clone git://git.mdnr.space/lpc-field
Log | Files | Refs | README | LICENSE

version.h (201B)


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