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