Skip to content
Snippets Groups Projects
Commit 4f96f8d5 authored by Davide Mor's avatar Davide Mor
Browse files

[InternalADC] Removed extra comma in CSV header

parent 4386d5cc
No related branches found
No related tags found
1 merge request!238[InternalADC] Removed extra comma in CSV header
Pipeline #7769 passed
......@@ -38,7 +38,7 @@ struct InternalADCData
static std::string header()
{
return "timestamp,,voltage_0,voltage_1,voltage_2,voltage_3,voltage_4,"
return "timestamp,voltage_0,voltage_1,voltage_2,voltage_3,voltage_4,"
"voltage_5,voltage_6,voltage_7,voltage_8,voltage_9,voltage_10,"
"voltage_11,voltage_12,voltage_13,voltage_14,voltage_15,"
"temperature,vBat,voltage\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment