refactor(app): replace config_info with config

See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
This commit is contained in:
innovaker
2020-11-28 20:03:37 +00:00
committed by Pete Johanson
parent 090b5d4c13
commit 3d7376d2e5
11 changed files with 23 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ static int behavior_reset_init(struct device *dev) { return 0; };
static int on_keymap_binding_pressed(struct zmk_behavior_binding *binding,
struct zmk_behavior_binding_event event) {
struct device *dev = device_get_binding(binding->behavior_dev);
const struct behavior_reset_config *cfg = dev->config_info;
const struct behavior_reset_config *cfg = dev->config;
// TODO: Correct magic code for going into DFU?
// See