zephyr/samples
Inaky Perez-Gonzalez ee387f0b6e samples/kernel_event_logger: initialize variable
Fix usage of an uninitialized variable detected by Coverity.

In theory GCC should pick up this situation, but it does not. I've
experimented with adding -Wextra and -Wuninitialized but I cannot get
GCC to complain. I might be missing something else, but in the
meantime, this is a simple fix to remove this issue.

Change-Id: I6fec37719719dfaf7077ce1f464605c93efa8ea2
Coverity-ID: 152054
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-11-18 19:44:11 +00:00
..
basic samples: button: stop the app if device binding fails 2016-11-18 02:01:22 +00:00
bluetooth Bluetooth: Fix left-over usage of TICKS_NONE and TICKS_UNLIMITED 2016-11-12 19:27:34 +02:00
drivers samples: drivers: gpio: Exit from testcase if device not found 2016-11-18 00:05:31 +00:00
environmental_sensing Bluetooth: Kconfig: Restructure for a more logical hierarchy 2016-11-11 07:59:15 +02:00
grove samples: grove_lcd: stop the app if device binding fails 2016-11-18 02:07:14 +00:00
hello_world samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
ipm samples: ipm: convert sample to use unified APIs 2016-11-13 13:53:53 +00:00
legacy samples/kernel_event_logger: initialize variable 2016-11-18 19:44:11 +00:00
net samples: net: fix a memcmp len error 2016-11-18 00:20:12 +00:00
nfc/nfc_hello samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
philosophers samples: remove old kernel support 2016-11-07 11:34:18 -08:00
power/power_mgr samples: power_mgmt: Remove platform filtering of testcases 2016-11-16 02:18:27 +00:00
sensor sensors/mcp9808: Evaluate sensor_channel_get return code 2016-11-17 01:30:00 -06:00
shell samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
static_lib build: Document outputexports 2016-11-12 02:08:08 +00:00
synchronization samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
testing net: buf: Use unified k_fifo API for FIFOs 2016-11-11 06:00:17 +00:00
usb samples :usb : Check return value fix 2016-11-18 00:12:23 +00:00