From: Dan White Date: Sat, 11 May 2013 00:52:08 +0000 (-0500) Subject: msp4th: remove unnecessary cast X-Git-Tag: cheetah~91 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=d967fde3a8c65c9cc1f142eaaa5379f480649cd7;p=430.git msp4th: remove unnecessary cast --- 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); }