From 7f86652731bf47ffdaa9a76254bd9a45c76b1cc6 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sun, 28 Dec 2014 02:54:39 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 86a80b2..0b6380a 100644 --- a/Home.md +++ b/Home.md @@ -99,7 +99,7 @@ void write_scale_data(int weight, int fat, int water, int muscle) } ``` -To check the integrity of the data I calculate a XOR checksum with the following function: +To check the integrity of the data I calculated a XOR checksum with the following function: ```C int calc_checksum(struct scale_data* wdata)