drivers: gnss: lcx6g: Remove left over from testing
The k_msleep() removed with this has no utility. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
This commit is contained in:
parent
7da14d3129
commit
a9ffd91294
1 changed files with 0 additions and 2 deletions
|
|
@ -195,8 +195,6 @@ static int quectel_lcx6g_resume(const struct device *dev)
|
|||
return ret;
|
||||
}
|
||||
|
||||
k_msleep(1000);
|
||||
|
||||
ret = quectel_lcx6g_configure_pps(dev);
|
||||
if (ret < 0) {
|
||||
modem_pipe_close(data->uart_pipe);
|
||||
|
|
|
|||
Loading…
Reference in a new issue