zephyr/samples/legacy
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
..
cpp_synchronization samples: remove old kernel support 2016-11-07 11:34:18 -08:00
kernel_event_logger samples/kernel_event_logger: initialize variable 2016-11-18 19:44:11 +00:00
philosophers samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
synchronization samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
task_profiler samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00