Fix Underflow when PHY Reset

This commit is contained in:
Ismael Gomez 2018-02-23 10:12:44 +01:00
parent 5251cb3671
commit 7e091b8e60
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ void phy::reset()
workers[i].reset();
}
workers_common.reset();
usleep(4000);
workers_common.reset_ul();
}