mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
nettest: Avoid common symbols
This commit is contained in:

committed by
patacongo

parent
e0adf5ee0b
commit
bcc0f5c0a9
@@ -92,9 +92,9 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_EXAMPLES_NETTEST_IPv6
|
||||
uint16_t g_nettestserver_ipv6[8];
|
||||
extern uint16_t g_nettestserver_ipv6[8];
|
||||
#else
|
||||
uint32_t g_nettestserver_ipv4;
|
||||
extern uint32_t g_nettestserver_ipv4;
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
Reference in New Issue
Block a user