diff Discovery/Src/tMenuPlanner.c @ 679:52df13712fa3 Betatest

cleanup: Use correct "per" symbol Just a little thing that annoyed me. When writing things like liters per minute, we should write l/min, and not l\min.
author Jan Mulder <jan@jlmulder.nl>
date Fri, 22 Apr 2022 18:24:43 +0200
parents 1c95f811967c
children
line wrap: on
line diff
--- a/Discovery/Src/tMenuPlanner.c	Thu Apr 21 21:02:50 2022 +0200
+++ b/Discovery/Src/tMenuPlanner.c	Fri Apr 22 18:24:43 2022 +0200
@@ -130,14 +130,14 @@
         text[textPointer++] = '\t';
         textPointer += snprintf(&text[textPointer],30,
             "%u"
-            "\016\016 l\\min\017",
+            "\016\016 l/min\017",
             tMplan_gasConsumTravel);
         text[textPointer++] = ' ';
         text[textPointer++] = ' ';
         textPointer += snprintf(&text[textPointer],30,
             "\016\016deco\017"
             " %u"
-            "\016\016 l\\min\017",
+            "\016\016 l/min\017",
             tMplan_gasConsumDeco);
     }
     strcpy(&text[textPointer],"\n\r");