zephyr/net
Vinicius Costa Gomes f1822a0252 net: Fix compilation when DEBUG is enabled
When debugging is enabled, compilation fails with an error, similar to
this:

... net/yaip/net_mgmt.c:155:35:
error: 'struct k_sem' has no member named 'sem'
     k_sem_count_get(&network_event.sem));
                                   ^

As 'network_event' is a k_sem, there is no '.sem' field.

Change-Id: I09fb46ec02b62c30b9a12972abcaea8a36b84610
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2016-12-02 12:41:12 +02:00
..
ip net: Fix Kconfig indentation issue 2016-12-02 12:40:47 +02:00
yaip net: Fix compilation when DEBUG is enabled 2016-12-02 12:41:12 +02:00
buf.c net: buf: Add extra logic when debug is enabled 2016-11-28 14:57:44 +00:00
Kconfig net: unified: Remove legacy selected Kconfig options 2016-12-02 12:41:02 +02:00
Makefile net: Add L2 RAW channel hidden option 2016-12-02 12:40:46 +02:00
TODO net: Add TODO item for Bluetooth 2016-12-02 12:40:50 +02:00