commit | 59d5ef1e24b2b3d814db31853c849a90d740236c | [log] [tgz] |
---|---|---|
author | Ingar Kulbrandstad <ingar.kulbrandstad@nordicsemi.no> | Fri May 14 10:37:32 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Nov 08 11:07:11 2021 -0500 |
tree | 9bd22abcdd16743c2254554face9c329dabf57b6 | |
parent | 5f16b9ce835cbfb0b77262346f40467e19656764 [diff] |
Bluetooth: Mesh: Moved composition data out of mesh shell The mesh shell module owns the composition data for the shell application, which makes it impossible to use it outside of the application itself. To support the shell as a generic debugging component that can be added to any application, we have moved the composition data out of shell.c, and into the application. Signed-off-by: Ingar Kulbrandstad <ingar.kulbrandstad@nordicsemi.no>