Skip to content
Snippets Groups Projects
Commit d57f174e authored by Thomas Oster's avatar Thomas Oster
Browse files

frequency is only an int, not a float (does not change behavior)

parent 374dd890
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@ public class LaosCutter extends LaserCutter
}
}
private float currentFrequency = -1;
private int currentFrequency = -1;
private void setFrequency(PrintStream out, int frequency)
{
if (currentFrequency != frequency)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment