commit | 87fe134e652927958151287155ce1b6abeee6be6 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Mar 27 12:05:35 2019 +0100 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Mar 28 15:39:59 2019 +0100 |
tree | 64e0a26bd1842f3e1f1aee311448bef5964bba25 | |
parent | 097a71cbfe686842dab4c4a3b60189cc76cde40a [diff] |
Bluetooth: Mesh: Fix gen_prov struct definition Remove unnecessary const keywords (the entire struct is const) and use bool instead of u8_t for the require_link member. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>