mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
STM32 F7 Ethernet: Add logic to align all DMA memory to the D-Cache line size
This commit is contained in:
@@ -339,7 +339,7 @@ static int lib_dns_query(FAR const char *hostname,
|
||||
sd = dns_bind();
|
||||
if (sd < 0)
|
||||
{
|
||||
return sd;
|
||||
return sd;
|
||||
}
|
||||
|
||||
/* Perform the query to get the IP address */
|
||||
|
||||
Reference in New Issue
Block a user