From fdb2dd450d7aa4309487160cab3772e43cc786ef Mon Sep 17 00:00:00 2001 From: Daniel Peter Chokola Date: Mon, 27 Feb 2023 21:27:29 -0500 Subject: [PATCH] add version info to terminal prompt --- Core/Src/terminal.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Core/Src/terminal.c b/Core/Src/terminal.c index add8d85..fd24863 100644 --- a/Core/Src/terminal.c +++ b/Core/Src/terminal.c @@ -8,9 +8,7 @@ /* Includes */ #include #include -/* #include "config.h" -*/ #include "terminal.h" /* Private Variables */ @@ -39,10 +37,7 @@ static int32_t term_stripn(char *buf, int32_t n); /* Function Definitions */ void term_prompt() { - /* term_printf("\r%s-g%s $ ", APP_NAME, GIT_REV); - */ - term_printf("\r%s $ ", APP_NAME); } void term_rx(char *buf, uint32_t len)