Tab -> spaces

pull/3227/head
andreas.larsson 2016-11-07 21:59:27 +01:00 committed by Anna Bridge
parent 4736cab543
commit f764479e67
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ static void send_packet(emac_interface_t *emac, void *buf)
static bool wifi_link_out(emac_interface_t *emac, emac_stack_mem_t *buf)
{
(void)emac;
// Break call chain to avoid the driver affecting stack usage for the IP stack thread too much
// Break call chain to avoid the driver affecting stack usage for the IP stack thread too much
emac_stack_mem_t *new_buf = emac_stack_mem_alloc(emac, emac_stack_mem_chain_len(emac,buf),0);
if (new_buf != NULL) {
emac_stack_mem_copy(emac, new_buf, buf);