Skip to content

Commit 31a7cd0

Browse files
author
andreas.larsson
committed
Tab -> spaces
1 parent baf519f commit 31a7cd0

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/wifi_emac

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/wifi_emac/wifi_emac_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ static void send_packet(emac_interface_t *emac, void *buf)
265265
static bool wifi_link_out(emac_interface_t *emac, emac_stack_mem_t *buf)
266266
{
267267
(void)emac;
268-
// Break call chain to avoid the driver affecting stack usage for the IP stack thread too much
268+
// Break call chain to avoid the driver affecting stack usage for the IP stack thread too much
269269
emac_stack_mem_t *new_buf = emac_stack_mem_alloc(emac, emac_stack_mem_chain_len(emac,buf),0);
270270
if (new_buf != NULL) {
271271
emac_stack_mem_copy(emac, new_buf, buf);

0 commit comments

Comments
 (0)