Fixed a number of compiler warnings
This commit is contained in:
parent
2059be3a43
commit
4a93f5148d
8 changed files with 26 additions and 25 deletions
|
@ -103,7 +103,7 @@ slipdev_send(void)
|
|||
ptr = &uip_buf[UIP_LLH_LEN];
|
||||
for(i = 0; i < uip_len; ++i) {
|
||||
if(i == UIP_TCPIP_HLEN) {
|
||||
ptr = (char *)uip_appdata;
|
||||
ptr = (uint8_t *)uip_appdata;
|
||||
}
|
||||
c = *ptr++;
|
||||
switch(c) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue