commit | 1ed77cb50ce33cce9c87f88c1374932bf6be85fb | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan@embeint.com> | Fri Jul 05 19:33:16 2024 +1000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Sep 04 12:52:01 2024 +0200 |
tree | fd6f0aca2fe9e8b917bddf5e4fd7223be10468ba | |
parent | cbc4100eda701e727c1529e2703c228ec75980c7 [diff] |
zbus: remove unneeded `const` qualifiers Remove `const` qualifiers on fields in structures that are only created or instantiated as `const`. This if primarily for consistency, in the same way that `struct device` fields and `device->config` struct fields are not additionally marked as `const`. Signed-off-by: Jordan Yates <jordan@embeint.com>