Added two important comments
This commit is contained in:
parent
d01f9a2339
commit
d7753fce0e
@ -205,7 +205,7 @@ int gsm_modem_contact_edit(GSMModem * gsmm, unsigned int index,
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
char const cmd[] = "AT+CPBW=";
|
char const cmd[] = "AT+CPBW=";
|
||||||
unsigned int type = 129;
|
unsigned int type = 129; /* FIXME may be wrong */
|
||||||
size_t len;
|
size_t len;
|
||||||
char * buf;
|
char * buf;
|
||||||
|
|
||||||
@ -231,7 +231,7 @@ int gsm_modem_contact_new(GSMModem * gsmm, char const * name,
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
char const cmd[] = "AT+CPBW=";
|
char const cmd[] = "AT+CPBW=";
|
||||||
unsigned int type = 129;
|
unsigned int type = 129; /* FIXME may be wrong */
|
||||||
size_t len;
|
size_t len;
|
||||||
char * buf;
|
char * buf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user