Update hott_sensors.cpp

spelling mistakes
This commit is contained in:
Stefan
2016-01-10 11:49:00 +01:00
committed by Lorenz Meier
parent 54677cd223
commit abf03c1c9d

View File

@@ -182,7 +182,7 @@ hott_sensors_thread_main(int argc, char *argv[])
recv_data(uart, &buffer[0], &size, &id);
// Determine which moduel sent it and process accordingly.
// Determine which module sent it and process accordingly.
if (id == GAM_SENSOR_ID) {
publish_gam_message(buffer);