Skip to content

Commit bdb84ba

Browse files
committed
subsys: update ctr_lte_v2: fix load addr
Signed-off-by: Karel Blavka <[email protected]>
1 parent d5a79a7 commit bdb84ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/ctr_lte_v2/ctr_lte_v2_config.c

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ static int h_set(const char *key, size_t len, settings_read_cb read_cb, void *cb
137137
}
138138
if (!strncmp(key, "addr", 4)) {
139139
m_config_loaded |= LOAD_ADDR;
140-
return 0;
141140
}
142141
if (!strncmp(key, "port", 4)) {
143142
m_config_loaded |= LOAD_PORT;

0 commit comments

Comments
 (0)