samples: wpan_serial: Fix device binding error msg
This drop CC25xx reference on debug messages. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
0618659a19
commit
38b5aed2ad
|
@ -447,7 +447,7 @@ static bool init_ieee802154(void)
|
|||
|
||||
ieee802154_dev = device_get_binding(CONFIG_NET_CONFIG_IEEE802154_DEV_NAME);
|
||||
if (!ieee802154_dev) {
|
||||
LOG_ERR("Cannot get CC250 device");
|
||||
LOG_ERR("Cannot get ieee 802.15.4 device");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue