mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
Merge pull request #5279 from OpenNuvoton/nuvoton
[Nuvoton] Update drivers.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user