From d967fde3a8c65c9cc1f142eaaa5379f480649cd7 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 10 May 2013 19:52:08 -0500 Subject: [PATCH] msp4th: remove unnecessary cast --- msp4th/msp4th.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msp4th/msp4th.c b/msp4th/msp4th.c index f82f0f6..27232bd 100644 --- a/msp4th/msp4th.c +++ b/msp4th/msp4th.c @@ -506,7 +506,7 @@ void listFunction() { msp4th_puts((uint8_t *)cmdListBi); msp4th_puts((uint8_t *)cmdListBi2); - msp4th_puts((uint8_t *)cmdList); + msp4th_puts(cmdList); } -- 2.25.1