commit | 831f6d50511e168f89609036522bb45992fa2124 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Feb 19 16:59:12 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 10 10:18:16 2020 -0400 |
tree | 33c399e1b3fd5aff81a02abeda217ad726433d65 | |
parent | 06d19213c4b87e62a8794d0ad71f86e56f0e6f83 [diff] |
shell: use correct data type for atomic variables The variable needs to be an atomic_t, and in one case it was being incremented outside of an atomic_inc/atomic_add. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>