commit | 672607c68a144d9f9ccb12fd967e438515b9633d | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Mar 27 17:09:22 2019 +0100 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Mar 28 15:29:54 2019 +0100 |
tree | 94e6dce59dc4c9de9b4c2c425884cdc5f2493097 | |
parent | 0b9dda321e12ad63b83312266478150ba3873e98 [diff] |
samples: reel_board/mesh_badge: Fix IV Index type The IV Index is always a 32-bit value, so using u16_t for it was confusing. Create a define for it, similar to other constant values, to get rid of this confusion. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>