diff --git a/arch-wrs/wrs-startup.c b/arch-wrs/wrs-startup.c index 9f558987f15eb11949b8a3329f58f1ae65028921..0e92f0657bb2280df29ab253b982959c64d73f52 100644 --- a/arch-wrs/wrs-startup.c +++ b/arch-wrs/wrs-startup.c @@ -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 */