commit | 82de647e3176caf2f8eadabebbf8616169d171dc | [log] [tgz] |
---|---|---|
author | Christian Taedcke <christian.taedcke@lemonbeat.com> | Fri May 15 18:21:03 2020 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jul 08 16:10:54 2020 -0500 |
tree | 81ed68367de2b628d81465ed35d17dac7e3d7818 | |
parent | d9619e493de8cc6d82261ff325e5a0e00993eee2 [diff] |
drivers: i2c_gecko: Fix mutation of config_info content Since the i2c init structure is moved from config_info to the stack, this change requires 12 bytes more stack during driver initialization. This fixes #25255 Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>