From 5213a4a2e0ff574113b195bdb9294567858e9f96 Mon Sep 17 00:00:00 2001 From: hamza Date: Fri, 7 Jun 2024 00:42:34 +0300 Subject: [PATCH] removed a comment --- Core/Src/can.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Core/Src/can.c b/Core/Src/can.c index 7a5f6af..0e4aebe 100644 --- a/Core/Src/can.c +++ b/Core/Src/can.c @@ -110,16 +110,6 @@ void can_handle_send_status() { ftcan_transmit(CAN_ID_OUT, data, sizeof(data)); } -/* -bit 0-3 (4b): ID of the sensor with highest temperature -bit 4-7 (4b): ID of the sensor with lowest temperataure -bit 8-19 (12b): temperature of the coldest cell -bit 20-23 (4b): ID of the cell with the lowest voltage -bit 24-35 (12b): lowest cell voltage -bit 36-39 (4b): ID of the cell the the highest voltage -bit 40-51 (12b): highest cell voltage -bit 52-63 (12b): empty -*/ /* can_handle_recieve_command() should only check if the message is valid and then hand it