Closedown

This commit is contained in:
x03daop
2015-11-24 14:52:46 +01:00
parent 2c7a49b495
commit da8dfe2559

View File

@@ -25,7 +25,7 @@ public class HoloScan extends Panel {
//Overridable callbacks
@Override
public void onInitialize(int runCount) {
Motor phi = (Motor) getDevice("ManipulatorPhi");
Motor phi = (Motor) getDevice("ManipulatorPhi");
Motor theta = (Motor) getDevice("ManipulatorTheta");
motorPanelPhi.setDevice(phi);
motorPanelTheta.setDevice(theta);