STM32 F7 Ethernet: Add logic to align all DMA memory to the D-Cache line size

This commit is contained in:
Gregory Nutt
2015-07-19 16:35:25 -06:00
parent 8b9cafe70a
commit ccd3ec0f52
3 changed files with 236 additions and 146 deletions
+1 -1
View File
@@ -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 */