Update FTC2024WeRobotControl.java

change
This commit is contained in:
Zelina974 2024-03-10 15:11:22 +01:00 committed by GitHub
parent 6068932744
commit 5f582dc6ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ public class FTC2024WeRobotControl {
* constructing the class directly in
*/
public FTC2024WeRobotControl(YawPitchhRollAngle Parent) {
public FTC2024WeRobotControl(LinearOpMode Parent) {
this.Parent = Parent;
}