Merge pull request #5279 from OpenNuvoton/nuvoton

[Nuvoton] Update drivers.
This commit is contained in:
Bernard Xiong
2021-11-25 20:03:58 +08:00
committed by GitHub
43 changed files with 2086 additions and 1525 deletions
+1 -1
View File
@@ -1107,7 +1107,7 @@ static uint32_t ipstr_to_u32(char *ipstr)
struct hostent *at_gethostbyname(const char *name)
{
struct at_device *device = RT_NULL;
ip_addr_t addr;
ip_addr_t addr = {0};
char ipstr[16] = { 0 };
/* buffer variables for at_gethostbyname() */
static struct hostent s_hostent;