Skip to content
Snippets Groups Projects
Commit fa29694f authored by Simon Wilks's avatar Simon Wilks
Browse files

Whitespace cleanup

parent 1ccfb623
No related branches found
No related tags found
No related merge requests found
......@@ -95,13 +95,3 @@ open_uart(const char *device)
return uart;
}
......@@ -44,13 +44,3 @@
int open_uart(const char *device);
#endif /* COMMS_H_ */
......@@ -124,7 +124,6 @@ publish_gam_message(const uint8_t *buffer)
_esc.esc[0].esc_temperature = msg.temperature1 - 20;
_esc.esc[0].esc_voltage = (uint16_t)((msg.main_voltage_H << 8) | (msg.main_voltage_L & 0xff));
_esc.esc[0].esc_current = (uint16_t)((msg.current_H << 8) | (msg.current_L & 0xff));
//printf("T: %d\n", _esc.esc[0].esc_temperature);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment