bump verison

This commit is contained in:
2018-01-26 13:10:10 +01:00
parent 5ba23e942f
commit 0692365b18
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -207,6 +207,9 @@
//endregion
//region Init
/** Init with a user-allocated buffer */
bool _TF_FN TF_InitStatic(TinyFrame *tf, TF_Peer peer_bit)
{
@@ -248,6 +251,9 @@ void TF_DeInit(TinyFrame *tf)
free(tf);
}
//endregion Init
//region Listeners
/** Reset ID listener's timeout to the original value */
+1 -1
View File
@@ -10,7 +10,7 @@
* Upstream URL: https://github.com/MightyPork/TinyFrame
*/
#define TF_VERSION "2.2.0"
#define TF_VERSION "2.3.0"
//---------------------------------------------------------------------------
#include <stdint.h> // for uint8_t etc