mirror of
https://github.com/modelec/detection_adversaire.git
synced 2026-01-18 16:17:23 +01:00
fix
This commit is contained in:
@@ -44,7 +44,7 @@ int main(int argc, const char * argv[]) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
drv->stop()
|
||||
drv->stop();
|
||||
drv->setMotorSpeed(0);
|
||||
drv->disconnect();
|
||||
}
|
||||
@@ -54,4 +54,4 @@ int main(int argc, const char * argv[]) {
|
||||
drv = nullptr;
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user