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)