We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fc837 commit cb00f99Copy full SHA for cb00f99
source/client_a.cpp
@@ -91,7 +91,6 @@ static void client_a_main(const void *)
91
92
/* Create new threads. */
93
/* Note: The stack must be at least 1kB since threads will use printf. */
94
- srand(uvisor_box_id_self());
95
Thread sync(osPriorityNormal, 1024, NULL);
96
sync.start(box_sync_runner);
97
Thread async(osPriorityNormal, 1024, NULL);
0 commit comments