Update FTC2024WeRobotControl.java
change
This commit is contained in:
parent
6068932744
commit
5f582dc6ad
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class FTC2024WeRobotControl {
|
|||
* constructing the class directly in
|
||||
*/
|
||||
|
||||
public FTC2024WeRobotControl(YawPitchhRollAngle Parent) {
|
||||
public FTC2024WeRobotControl(LinearOpMode Parent) {
|
||||
this.Parent = Parent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue