Commit 806282d0 authored by Adam Wujek's avatar Adam Wujek

arch-wrs/wrs-startup: close shmem used to check if another instance of ppsi is running

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 91bfd62f
......@@ -159,6 +159,9 @@ int main(int argc, char **argv)
}
}
/* it will be opened later for write */
wrs_shm_put(ppsi_head);
/* try connecting to HAL multiple times in case it's still not ready */
hal_retries = WRSW_HAL_RETRIES;
while (hal_retries) { /* may be never, if built without WR extension */
......
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