commit | f1822a0252137655b7d406974a9814a9f5f911a6 | [log] [tgz] |
---|---|---|
author | Vinicius Costa Gomes <vinicius.gomes@intel.com> | Tue Nov 08 17:10:08 2016 -0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Dec 02 12:41:12 2016 +0200 |
tree | 1f0219646d977b4e1dce1103ef0706802cd11c11 | |
parent | b0aee95edaaa0167230ccc49d703e2cf4d5450bd [diff] |
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>