Skip to content
Snippets Groups Projects
Commit 094ed424 authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[CanProtocol] Add missing newline in CanEvent header

parent 59dd1474
No related branches found
No related tags found
1 merge request!315[CanProtocol] Add missing newline in CanEvent header
Pipeline #10042 passed
......@@ -290,7 +290,7 @@ struct CanEvent
uint8_t target = 0;
uint8_t event = 0;
static std::string header() { return "timestamp,source,target,event"; }
static std::string header() { return "timestamp,source,target,event\n"; }
void print(std::ostream& os) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment