Skip to content
Snippets Groups Projects
Commit c6a5dd24 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[PitotData] Fixed newline in header

parent bd685390
Branches
No related tags found
No related merge requests found
...@@ -35,3 +35,5 @@ __pycache__ ...@@ -35,3 +35,5 @@ __pycache__
**/generated **/generated
**/scxmls **/scxmls
scripts/logdecoder/logdecoder
File deleted
...@@ -32,7 +32,7 @@ struct PitotData ...@@ -32,7 +32,7 @@ struct PitotData
uint64_t timestamp; uint64_t timestamp;
float airspeed; float airspeed;
static std::string header() { return "timestamp,airspeed"; } static std::string header() { return "timestamp,airspeed\n"; }
void print(std::ostream& os) const 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