diff uptools/atcmd/smsend_pduout.c @ 467:dc2fd8e6f42c

uptools/atcmd: null pointer passing fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 11 Feb 2019 22:17:46 +0000
parents a38805b5b6d4
children
line wrap: on
line diff
--- a/uptools/atcmd/smsend_pduout.c	Mon Feb 11 05:50:45 2019 +0000
+++ b/uptools/atcmd/smsend_pduout.c	Mon Feb 11 22:17:46 2019 +0000
@@ -10,7 +10,7 @@
 
 prep_for_pdu_mode()
 {
-	atinterf_exec_cmd_needok("AT+CMGF=0", 0, 0);
+	atinterf_exec_cmd_needok("AT+CMGF=0", (char *) 0, (void *) 0);
 }
 
 send_pdu_out(pduhex, pdulen)