Skip to content
Snippets Groups Projects
Unverified Commit 7ed3f809 authored by Koen Zandberg's avatar Koen Zandberg
Browse files

zep: Remove PAN ID initialization from reset

parent da0866a6
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,6 @@ static int _init(netdev_t *netdev) ...@@ -297,7 +297,6 @@ static int _init(netdev_t *netdev)
assert(dev != NULL); assert(dev != NULL);
dev->netdev.chan = IEEE802154_DEFAULT_CHANNEL; dev->netdev.chan = IEEE802154_DEFAULT_CHANNEL;
dev->netdev.pan = IEEE802154_DEFAULT_PANID;
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment