typofix + formatting

This commit is contained in:
2017-03-22 22:08:36 +01:00
parent 962ccd054c
commit 788930eca4
2 changed files with 4 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
//---------------------------------------------------------------------------
#include "TinyFrame.h"
#include <string.h>
//---------------------------------------------------------------------------
/* Note: payload length determines the Rx buffer size. Max 256 */
#define TF_MAX_PAYLOAD 256
+2 -4
View File
@@ -1,14 +1,12 @@
//---------------------------------------------------------------------------
#ifndef TinyFrameH
#define TinyFrameH
//---------------------------------------------------------------------------
#include <stdint.h>
#include <stdbool.h>
//---------------------------------------------------------------------------
/**
* TinyFrame receive callback trype.
* TinyFrame receive callback type.
*
* @param frame_id - ID of the received byte (if response, same as the request)
* @param buff - byte buffer with the payload