Commit 4001f131 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

userspace/wrsw_hal: smaller minipc poll timeout to prevent choppy HAL behaviour

parent 77b9c399
......@@ -223,7 +223,7 @@ int hal_init_wripc()
/* wripc update function, must be called in the main program loop */
int hal_update_wripc()
{
minipc_server_action(hal_ch, 200 /* ms */);
minipc_server_action(hal_ch, 10 /* ms */);
return 0;
}
......
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