Skip to content

Commit

Permalink
add TF_VERSION define
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed Dec 12, 2017
1 parent a277981 commit aadbb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TinyFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
/**
* TinyFrame protocol library
*
* version: 1.2.0
*
* (c) Ondřej Hruška 2017, MIT License
* no liability/warranty, free for any use, must retain this notice & license
*
* Upstream URL: https://github.com/MightyPork/TinyFrame
*/

#define TF_VERSION "1.2.0"

//---------------------------------------------------------------------------
#include <stdint.h> // for uint8_t etc
#include <stdbool.h> // for bool
Expand Down

0 comments on commit aadbb0f

Please # to comment.