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
drivers
environmental_sensing
grove samples: grove_lcd: stop the app if device binding fails 2016-11-18 02:07:14 +00:00
hello_world
ipm
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
philosophers
power/power_mgr
sensor
shell
static_lib
synchronization
testing
usb