From 788930eca436b4233d2945d6e12e84682b20aea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 22 Mar 2017 22:08:36 +0100 Subject: [PATCH] typofix + formatting --- TinyFrame.c | 2 ++ TinyFrame.h | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) 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