commit | 36db386c3384e29e347d5699958ad593c8461bdf | [log] [tgz] |
---|---|---|
author | Lucas Dietrich <ld.adecy@gmail.com> | Wed Sep 01 17:11:22 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 03 09:36:00 2021 -0400 |
tree | 0cc6165d6f36fbfe3f345bccb335b1fcefa86cfa | |
parent | 1518cc8337b446e266d5b924a95bdb2c1db98df2 [diff] |
kernel: reorder Z_MEM_SLAB_INITIALIZER() initializers Trivial change for C++, reorder Z_MEM_SLAB_INITIALIZER members initialization in the same order they are defined in k_mem_slab structure. Fixes #38219 Signed-off-by: Lucas Dietrich <ld.adecy@gmail.com>