zephyr/samples
Luiz Augusto von Dentz c21de2eeb5 net: coap_server: Avoid using #ifdef and #ifndef
It is prefered to use #if (!)defined form for checking defines since it
can actually check more complex conditions.

Change-Id: I2080377b4b95e9d973e8c0753ae66dba151372e6
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-29 13:01:22 +00:00
..
bluetooth net: Kconfig: Auto select mandatory features for Bluetooth 2016-02-25 10:36:33 +00:00
cpp_synchronization move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
drivers samples: w25q80bl: Add a README file 2016-02-27 09:55:06 +00:00
hello_world move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
kernel_event_logger move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
net net: coap_server: Avoid using #ifdef and #ifndef 2016-02-29 13:01:22 +00:00
nfc/nfc_hello nfc: move sample app under samples/nfc 2016-02-11 13:08:44 -05:00
philosophers move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
power/power_hooks adv_power:Power management hooks template app 2016-02-12 11:21:01 -08:00
shell move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
synchronization move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00