typofix + formatting
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user