Add interface method reset()

This commit is contained in:
2023-07-05 10:22:41 +02:00
parent 3071a92a3c
commit efa595edb9
3 changed files with 7 additions and 0 deletions

View File

@@ -114,6 +114,11 @@ void ATBDeviceControllerPlugin::stopPhysicalLayer()
void ATBDeviceControllerPlugin::reset()
{
// note: dc reset lasts about ~5s !
hw->dc_OrderToReset();
}