Skip to content

Commit 4dd7712

Browse files
committed
Fix ethernet memory handling issues on CM3DS
Signed-off-by: Bence Kaposzta <[email protected]>
1 parent 6472162 commit 4dd7712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/emac-drivers/TARGET_ARM_SSG/COMPONENT_SMSC9220/smsc9220_emac.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ bool SMSC9220_EMAC::link_out(emac_mem_buf_t *buf)
179179
_memory_manager->get_len(buf));
180180
_memory_manager->free(buf);
181181
_TXLockMutex.unlock();
182-
return (error == SMSC9220_ERROR_NONE)
182+
return (error == SMSC9220_ERROR_NONE);
183183
}
184184
}
185185

0 commit comments

Comments
 (0)