aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-26 15:16:42 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-26 15:16:42 +0200
commit6b8e3bff52d4fb16af5e1a060326ec60b2eb4c8d (patch)
treeceb8c34ed853f6914b802ea765b55ab2ad4e72ab
parentb9ba4f8ea16489a136d3096ac062362705b92901 (diff)
downloadglutte-o-matic-6b8e3bff52d4fb16af5e1a060326ec60b2eb4c8d.tar.gz
glutte-o-matic-6b8e3bff52d4fb16af5e1a060326ec60b2eb4c8d.tar.bz2
glutte-o-matic-6b8e3bff52d4fb16af5e1a060326ec60b2eb4c8d.zip
Add space after CC:
-rw-r--r--src/common/Core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Core/main.c b/src/common/Core/main.c
index aed198b..61dd901 100644
--- a/src/common/Core/main.c
+++ b/src/common/Core/main.c
@@ -735,7 +735,7 @@ static void read_in_coulomb_counter(void __attribute__ ((unused))*pvParameters)
}
batterycharge_push_message(ccounter_msg);
- usart_debug_puts_header("CC:", ccounter_msg);
+ usart_debug_puts_header("CC: ", ccounter_msg);
}
}
}