commit | aa240e2ecbb37a9d9c607983cca0be89c2e1c49d | [log] [tgz] |
---|---|---|
author | Tristan Honscheid <honscheid@google.com> | Wed Mar 12 10:41:22 2025 -0600 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 13 07:24:25 2025 +0100 |
tree | ee507a66548bb72afdc10f2a5d8505639f9c9fc4 | |
parent | be4334b2d2adfee96603f9fcc1046ecc58360e61 [diff] |
device: Update Z_DEVICE_INIT_ENTRY_DEFINE to be C++ compatible The `Z_DEVICE_INIT_ENTRY_DEFINE()` macro uses a designated initializer to define a struct. Ensure all members of `struct init_entry` are defined in order for C++ compatibility. Signed-off-by: Tristan Honscheid <honscheid@google.com>