summaryrefslogtreecommitdiffstats
path: root/serial_link/protocol/frame_validator.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-02-14 21:33:14 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-02-14 21:33:14 +0200
commit0eb62c4ce61e19cf7629bb74cf01d812c042ac57 (patch)
treeea73cd1a3816876f923fdfcd27120217c9061243 /serial_link/protocol/frame_validator.h
parent2a6696bd3d0837c2e655a99000bcbcc759b40075 (diff)
Rename recv_frame to validator_recv_frame
Diffstat (limited to 'serial_link/protocol/frame_validator.h')
-rw-r--r--serial_link/protocol/frame_validator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/serial_link/protocol/frame_validator.h b/serial_link/protocol/frame_validator.h
index ee1f9a78ae..2e518894fb 100644
--- a/serial_link/protocol/frame_validator.h
+++ b/serial_link/protocol/frame_validator.h
@@ -22,4 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
-void recv_frame(uint8_t* data, uint16_t size);
+void validator_recv_frame(uint8_t* data, uint16_t size);
+// The buffer pointed to by the data needs 4 additional bytes
+void validator_send_frame(uint8_t* data, uint16_t size);