mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 10:46:02 +08:00
IoT Board/Spirit: Fix a few issues that interfered with testing. Move console to the VCOM port (USART) for all configurations. Rename the spirit-mac configuration to spirit-6lowpan. Add lots of debug output the spirit network driver.
This commit is contained in:
@@ -185,7 +185,7 @@ int netdev_register(FAR struct net_driver_s *dev, enum net_lltype_e lltype)
|
||||
#endif
|
||||
int devnum;
|
||||
|
||||
if (dev)
|
||||
if (dev != NULL)
|
||||
{
|
||||
#ifdef CONFIG_NET_MULTILINK
|
||||
/* We are supporting multiple network devices and using different link
|
||||
|
||||
Reference in New Issue
Block a user