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 0ff92a0 commit 0818381Copy full SHA for 0818381
source/client_a.cpp
@@ -93,7 +93,6 @@ static void client_a_main(const void *)
93
94
/* Create new threads. */
95
/* Note: The stack must be at least 1kB since threads will use printf. */
96
- srand(uvisor_box_id_self());
97
Thread sync(osPriorityNormal, 1024, NULL);
98
sync.start(box_sync_runner);
99
Thread async(osPriorityNormal, 1024, NULL);
0 commit comments