diff --git a/plugins/HoloScan.java b/plugins/HoloScan.java index 8303f4cd..43b39be4 100644 --- a/plugins/HoloScan.java +++ b/plugins/HoloScan.java @@ -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);