Skip to content

Commit

Permalink
GDI4: SENT to CAN: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dron0gus committed Dec 17, 2024
1 parent fe7f63d commit 23be86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDI-4ch/firmware/can.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static void sendOutSentData(int baseID) {

// See scaled_high_pressure scaled_channel, 0.1 bar resolution
uint16_t press = GmPressureGetPressure() * GM_SENT_CANBUS_SCALE_PRESSURE;
// See scaled_temperature scaled_channel, 0.001 deg C resolution
// See scaled_temperature scaled_channel, 0.01 deg C resolution
int16_t temp = GmPressureGetTemperature() * GM_SENT_CANBUS_SCALE_TEMPERATURE;

m_frame.data16[0] = press;
Expand Down

0 comments on commit 23be86c

Please sign in to comment.