bump verison

pull/14/head
Ondřej Hruška 6 years ago
parent 5ba23e942f
commit 0692365b18
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 6
      TinyFrame.c
  2. 2
      TinyFrame.h

@ -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 */

@ -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

Loading…
Cancel
Save