Typo
This commit is contained in:
parent
f559566ef4
commit
9384995e12
@ -10,7 +10,7 @@ TEST(Dummy, Foo) {
|
|||||||
Motor motorRight = Motor();
|
Motor motorRight = Motor();
|
||||||
|
|
||||||
DistanceSensor sensorLeft = DistanceSensor();
|
DistanceSensor sensorLeft = DistanceSensor();
|
||||||
DistanceSensor sensorRight = DisteanceSensor();
|
DistanceSensor sensorRight = DistanceSensor();
|
||||||
|
|
||||||
Placement sensors[] = {Placement(&sensorLeft, -30),
|
Placement sensors[] = {Placement(&sensorLeft, -30),
|
||||||
Placement(&sensorRight, 30)};
|
Placement(&sensorRight, 30)};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user