comparison 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
comparison
equal deleted inserted replaced
466:5bcf12be0834 467:dc2fd8e6f42c
8 8
9 extern int sms_write_mode; 9 extern int sms_write_mode;
10 10
11 prep_for_pdu_mode() 11 prep_for_pdu_mode()
12 { 12 {
13 atinterf_exec_cmd_needok("AT+CMGF=0", 0, 0); 13 atinterf_exec_cmd_needok("AT+CMGF=0", (char *) 0, (void *) 0);
14 } 14 }
15 15
16 send_pdu_out(pduhex, pdulen) 16 send_pdu_out(pduhex, pdulen)
17 char *pduhex; 17 char *pduhex;
18 unsigned pdulen; 18 unsigned pdulen;