msp4th: remove unnecessary cast
authorDan White <dan@whiteaudio.com>
Sat, 11 May 2013 00:52:08 +0000 (19:52 -0500)
committerDan White <dan@whiteaudio.com>
Sat, 11 May 2013 00:52:08 +0000 (19:52 -0500)
msp4th/msp4th.c

index f82f0f6b4f1347507f160c2e853b9e8ce14e839c..27232bdb1bd011e6220368c124610d6e8bad5ecb 100644 (file)
@@ -506,7 +506,7 @@ void listFunction()
 {
     msp4th_puts((uint8_t *)cmdListBi);
     msp4th_puts((uint8_t *)cmdListBi2);
-    msp4th_puts((uint8_t *)cmdList);
+    msp4th_puts(cmdList);
 }