Commit 6a91f49e authored by Robert Schmidt's avatar Robert Schmidt

Fix non-compiling lte-softmodem agent config

parent b5e2c76d
......@@ -2944,7 +2944,6 @@ e2_agent_args_t RCconfig_E2agent(void)
}
return (e2_agent_args_t) {
.ip = *e2agent_params[E2AGENT_CONFIG_IP_IDX].strptr,
.port = *e2agent_params[E2AGENT_CONFIG_PORT_IDX].u16ptr,
.sm_dir = *e2agent_params[E2AGENT_CONFIG_SMDIR_IDX].strptr,
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment