removed a comment
This commit is contained in:
		@ -110,16 +110,6 @@ void can_handle_send_status() {
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  ftcan_transmit(CAN_ID_OUT, data, sizeof(data));
 | 
					  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
 | 
					can_handle_recieve_command() should only check if the message is valid and then hand it
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user