removed a comment

This commit is contained in:
hamza 2024-06-07 00:42:34 +03:00
parent 48854dc80a
commit 5213a4a2e0

View File

@ -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