diff --git a/TinyFrame.c b/TinyFrame.c index 10df105..5bd434d 100644 --- a/TinyFrame.c +++ b/TinyFrame.c @@ -1,5 +1,7 @@ +//--------------------------------------------------------------------------- #include "TinyFrame.h" #include +//--------------------------------------------------------------------------- /* Note: payload length determines the Rx buffer size. Max 256 */ #define TF_MAX_PAYLOAD 256 diff --git a/TinyFrame.h b/TinyFrame.h index 73d1e4c..0c5dc4d 100644 --- a/TinyFrame.h +++ b/TinyFrame.h @@ -1,14 +1,12 @@ -//--------------------------------------------------------------------------- - #ifndef TinyFrameH #define TinyFrameH //--------------------------------------------------------------------------- - #include #include +//--------------------------------------------------------------------------- /** - * 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