added static on the list send functions to get less compiler errors with IAR compiler
This commit is contained in:
parent
222f9bd3af
commit
e0ae036a69
6 changed files with 6 additions and 6 deletions
|
@ -726,7 +726,7 @@ send_packet(mac_callback_t sent, void *ptr)
|
|||
}
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
static void
|
||||
send_list(mac_callback_t sent, void *ptr, struct rdc_buf_list *buf_list)
|
||||
{
|
||||
if(buf_list != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue