net: ieee802154: Fix logging primitive in mgmt part
Change-Id: I9a97acfc06b7836cce622e374e21efcecbd99bd5 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
30225d5ef1
commit
415afe130e
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_NET_L2_IEEE802154_DEBUG
|
||||
#if defined(CONFIG_NET_DEBUG_L2_IEEE802154)
|
||||
#define SYS_LOG_DOMAIN "net/ieee802154"
|
||||
#define NET_DEBUG 1
|
||||
#define NET_LOG_ENABLED 1
|
||||
#endif
|
||||
|
||||
#include <net/net_core.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue