removed common_defs.h

This commit is contained in:
hamza
2024-07-06 23:31:18 +03:00
parent 2dfb9c4cac
commit 5b1854a3ab
3 changed files with 6 additions and 15 deletions

View File

@ -73,7 +73,7 @@ void can_handle_send_status() {
data[7] = ((highest_temp) >> 4);
ftcan_transmit(CAN_ID_OUT, data, sizeof(data));
/*
int8_t id_lowest_temp = -1;
int16_t lowest_temp = INT16_MIN;
for (int i = 0; i < N_TEMP_SENSORS; i++) {
@ -109,6 +109,7 @@ void can_handle_send_status() {
data[7] = 0;
ftcan_transmit(CAN_ID_OUT, data, sizeof(data));
*/
}
/*